single source of truth

This commit is contained in:
Martin Diehl 2019-12-25 09:24:42 +01:00
parent f5c58517a7
commit be319c5a83
1 changed files with 3 additions and 3 deletions

View File

@ -371,7 +371,7 @@ module lattice
1,-1, 1, -2,-1, 1, &
-1, 1, 1, -1,-2, 1, &
1, 1, 1, 1,-2, 1 &
],pReal),[ 3 + 3,LATTICE_BCT_NSLIP]) !< slip systems for bct sorted by Bieler
],pReal),shape(LATTICE_BCT_SYSTEMSLIP)) !< slip systems for bct sorted by Bieler
!--------------------------------------------------------------------------------------------------
! isotropic
@ -387,7 +387,7 @@ module lattice
0, 1, 0, 1, 0, 0, &
0, 0, 1, 0, 1, 0, &
1, 0, 0, 0, 0, 1 &
],pReal),[ 3 + 3,LATTICE_ISO_NCLEAVAGE])
],pReal),shape(LATTICE_ISO_SYSTEMCLEAVAGE))
!--------------------------------------------------------------------------------------------------
@ -404,7 +404,7 @@ module lattice
0, 1, 0, 1, 0, 0, &
0, 0, 1, 0, 1, 0, &
1, 0, 0, 0, 0, 1 &
],pReal),[ 3 + 3,LATTICE_ORT_NCLEAVAGE])
],pReal),shape(LATTICE_ORT_SYSTEMCLEAVAGE))