slight correction of debugging output

This commit is contained in:
Christoph Kords 2011-08-02 12:36:08 +00:00
parent ef7405fe21
commit 422d6d9c6c
1 changed files with 3 additions and 3 deletions

View File

@ -412,9 +412,9 @@ subroutine materialpoint_stressAndItsTangent(&
#ifndef _OPENMP
if (debug_verbosity > 2 .and. ((e == debug_e .and. i == debug_i) .or. .not. debug_selectiveDebugger)) then
write(6,'(a,x,f10.8,/)') '<< HOMOG >> cutback step in materialpoint_stressAndItsTangent with&
new materialpoint_subStep:',&
materialpoint_subStep(i,e)
write(6,'(a,x,f10.8,/)') &
'<< HOMOG >> cutback step in materialpoint_stressAndItsTangent with new materialpoint_subStep:',&
materialpoint_subStep(i,e)
endif
#endif