beautified debug output
This commit is contained in:
parent
7d6d822ee0
commit
2f5d81e111
|
@ -818,7 +818,7 @@ function utilities_maskedCompliance(rot_BC,mask_stress,C)
|
|||
enddo
|
||||
enddo
|
||||
if(debugGeneral .or. errmatinv) then
|
||||
write(formatString, '(I16.16)') size_reduced
|
||||
write(formatString, '(i2)') size_reduced
|
||||
formatString = '(/,a,/,'//trim(formatString)//'('//trim(formatString)//'(2x,es9.2,1x)/))'
|
||||
write(6,trim(formatString),advance='no') ' C * S (load) ', &
|
||||
transpose(matmul(c_reduced,s_reduced))
|
||||
|
@ -832,7 +832,7 @@ function utilities_maskedCompliance(rot_BC,mask_stress,C)
|
|||
temp99_real = 0.0_pReal
|
||||
endif
|
||||
if(debugGeneral) &
|
||||
write(6,'(/,a,/,9(9(2x,f12.7,1x)/),/)',advance='no') ' Masked Compliance (load) * GPa =', &
|
||||
write(6,'(/,a,/,9(9(2x,f10.5,1x)/),/)',advance='no') ' Masked Compliance (load) / GPa =', &
|
||||
transpose(temp99_Real*1.e9_pReal)
|
||||
flush(6)
|
||||
utilities_maskedCompliance = math_Plain99to3333(temp99_Real)
|
||||
|
|
Loading…
Reference in New Issue