The sign of the scaling factor was misinterpreted for output
as meaning what it does for input. To be correct, they
should cancel each other out.
print '(1P,F4.3)', 1. ! printed 0.1 but should print 10.0
Differential D88610
[flang] Correct kP scaling on F output klausler on Sep 30 2020, 1:07 PM. Authored by
Details The sign of the scaling factor was misinterpreted for output print '(1P,F4.3)', 1. ! printed 0.1 but should print 10.0
Diff Detail
|