Need to commit this before reverting the changes in other files

This commit is contained in:
Vitesh Shah 2018-09-26 09:21:53 +02:00
parent 3408282755
commit 2edf8f7f53
1 changed files with 2 additions and 0 deletions

2
src/CPFEM2.f90 Normal file → Executable file
View File

@ -305,8 +305,10 @@ if (restartWrite) then
call HDF5_addScalarDataset2(fileHandle,shape(material_phase),'recordedPhase')
call HDF5_writeScalarDataset3(fileHandle,real(material_phase,pReal),'recordedPhase',shape(material_phase))
call HDF5_addScalarDataset2(fileHandle,shape(crystallite_F0),'convergedF')
call HDF5_writeScalarDataset5(fileHandle,real(crystallite_F0,pReal),'convergedF',shape(crystallite_F0))
call HDF5_addScalarDataset2(fileHandle,shape(crystallite_Fp0),'convergedFp')
call HDF5_writeScalarDataset5(fileHandle,real(crystallite_Fp0,pReal),'convergedFp',shape(crystallite_Fp0))