lattice.f90: correction of typo from the last update (Philip)

This commit is contained in:
Denny Tjahjanto 2009-08-26 09:02:22 +00:00
parent 7720680f3a
commit f70013ee9b
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ integer(pInt), allocatable, dimension(:,:,:) :: lattice_interactionSlipSlip, &
0,0,0,0,0,0,0,0,0,0,0,0, &
0,0,0,0,0,0,0,0,0,0,0,0, &
0,0,0,0,0,0,0,0,0,0,0,0 &
/),(/lattice_bcc_Ntwin,lattice_bcc_Ntwin/))
/),(/lattice_bcc_Ntwin,lattice_bcc_Nslip/))