need to write out total increments

otherwise, group/folder of the same name would exist
This commit is contained in:
Martin Diehl 2018-12-05 13:51:24 +01:00
parent adffe41ffe
commit 0ed1bd11bd
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ program DAMASK_spectral
if(ierr /=0_pInt) call IO_error(894_pInt, ext_msg='MPI_file_write')
enddo
fileOffset = fileOffset + sum(outputSize) ! forward to current file position
call CPFEM_results(inc)
call CPFEM_results(totalIncsCounter)
endif
if ( loadCases(currentLoadCase)%restartFrequency > 0_pInt & ! writing of restart info requested ...
.and. mod(inc,loadCases(currentLoadCase)%restartFrequency) == 0_pInt) then ! ... and at frequency of writing restart information