flush helps to detect errors

This commit is contained in:
Martin Diehl 2020-01-26 21:50:43 +01:00
parent f546ffb3be
commit 0a1bac6787
2 changed files with 3 additions and 6 deletions

View File

@ -7,10 +7,7 @@ module damage_none
use material
implicit none
private
public :: &
damage_none_init
public
contains

View File

@ -18,7 +18,7 @@ module subroutine mech_none_init
h, &
NofMyHomog
write(6,'(/,a)') ' <<<+- homogenization_'//HOMOGENIZATION_NONE_label//' init -+>>>'
write(6,'(/,a)') ' <<<+- homogenization_'//HOMOGENIZATION_NONE_label//' init -+>>>'; flush(6)
Ninstance = count(homogenization_type == HOMOGENIZATION_NONE_ID)
if (iand(debug_level(debug_HOMOGENIZATION),debug_levelBasic) /= 0) &