bugfix, Lp not available anymore for crystallite

This commit is contained in:
Martin Diehl 2019-10-20 14:01:42 +02:00
parent b96bd71b09
commit 872c85112f
1 changed files with 0 additions and 4 deletions

View File

@ -904,10 +904,6 @@ function crystallite_postResults(ipc, ip, el)
mySize = 9
crystallite_postResults(c+1:c+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)
mySize = 9
crystallite_postResults(c+1:c+mySize) = &