Skip to content

Commit c155379

Browse files
committed
minor test case update.
1 parent d55376a commit c155379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/csv_test.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ program csv_test
6060
call f2%add(3.0_wp)
6161
call f2%add(.true.)
6262
call f2%next_row()
63-
call f2%add([4.0_wp,5.0_wp,6.0_wp]) ! add as vectors
63+
call f2%add([4.0_wp,5.0_wp,6.0_wp],real_fmt='(F5.3)') ! add as vectors
6464
call f2%add(.false.)
6565
call f2%next_row()
6666
end if

0 commit comments

Comments
 (0)