bugfix, Lp not available anymore for crystallite
This commit is contained in:
parent
b96bd71b09
commit
872c85112f
|
@ -904,10 +904,6 @@ function crystallite_postResults(ipc, ip, el)
|
||||||
mySize = 9
|
mySize = 9
|
||||||
crystallite_postResults(c+1:c+mySize) = &
|
crystallite_postResults(c+1:c+mySize) = &
|
||||||
reshape(transpose(crystallite_Fp(1:3,1:3,ipc,ip,el)),[mySize])
|
reshape(transpose(crystallite_Fp(1:3,1:3,ipc,ip,el)),[mySize])
|
||||||
case (lp_ID)
|
|
||||||
mySize = 9
|
|
||||||
crystallite_postResults(c+1:c+mySize) = &
|
|
||||||
reshape(transpose(crystallite_Lp(1:3,1:3,ipc,ip,el)),[mySize])
|
|
||||||
case (p_ID)
|
case (p_ID)
|
||||||
mySize = 9
|
mySize = 9
|
||||||
crystallite_postResults(c+1:c+mySize) = &
|
crystallite_postResults(c+1:c+mySize) = &
|
||||||
|
|
Loading…
Reference in New Issue