fixed bug in cleavage system set up for ortho lattice structures
This commit is contained in:
parent
0d512b5d5f
commit
effec313ee
|
@ -1515,8 +1515,8 @@ subroutine lattice_initializeStructure(myPhase,CoverA,aA,aM,cM)
|
||||||
myNtrans = 0_pInt
|
myNtrans = 0_pInt
|
||||||
myNcleavage = lattice_ortho_Ncleavage
|
myNcleavage = lattice_ortho_Ncleavage
|
||||||
do i = 1_pInt, myNcleavage ! assign cleavage system vectors
|
do i = 1_pInt, myNcleavage ! assign cleavage system vectors
|
||||||
cd(1:3,i) = lattice_iso_systemCleavage(1:3,i)/math_norm3(lattice_iso_systemCleavage(1:3,i))
|
cd(1:3,i) = lattice_iso_systemCleavage(1:3,i)/math_norm3(LATTICE_ortho_systemCleavage(1:3,i))
|
||||||
cn(1:3,i) = lattice_iso_systemCleavage(4:6,i)/math_norm3(lattice_iso_systemCleavage(4:6,i))
|
cn(1:3,i) = lattice_iso_systemCleavage(4:6,i)/math_norm3(LATTICE_ortho_systemCleavage(4:6,i))
|
||||||
ct(1:3,i) = math_vectorproduct(cd(1:3,i),cn(1:3,i))
|
ct(1:3,i) = math_vectorproduct(cd(1:3,i),cn(1:3,i))
|
||||||
enddo
|
enddo
|
||||||
lattice_NcleavageSystem(1:lattice_maxNcleavageFamily,myPhase) = lattice_iso_NcleavageSystem
|
lattice_NcleavageSystem(1:lattice_maxNcleavageFamily,myPhase) = lattice_iso_NcleavageSystem
|
||||||
|
|
Loading…
Reference in New Issue