removed some unwanted open statements when writing out the sizeState
This commit is contained in:
parent
01522cf6f2
commit
4b6800b89a
|
@ -381,7 +381,6 @@ endif
|
|||
!$OMP END PARALLEL DO
|
||||
|
||||
!----- write out state size file----------------
|
||||
open(777)
|
||||
call IO_write_jobBinaryFile(777,'sizeStateConst', size(constitutive_sizeState))
|
||||
write (777,rec=1) constitutive_sizeState
|
||||
close(777)
|
||||
|
|
|
@ -195,7 +195,6 @@ end forall
|
|||
!$OMP END PARALLEL DO
|
||||
|
||||
!---write state size file out---------------------------------------
|
||||
open(777)
|
||||
call IO_write_jobBinaryFile(777,'sizeStateHomog',size(homogenization_sizeState))
|
||||
write (777,rec=1) homogenization_sizeState
|
||||
close(777)
|
||||
|
|
Loading…
Reference in New Issue