Skip to content

Commit

Permalink
minor test case update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Feb 12, 2017
1 parent d55376a commit c155379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/csv_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ program csv_test
call f2%add(3.0_wp)
call f2%add(.true.)
call f2%next_row()
call f2%add([4.0_wp,5.0_wp,6.0_wp]) ! add as vectors
call f2%add([4.0_wp,5.0_wp,6.0_wp],real_fmt='(F5.3)') ! add as vectors
call f2%add(.false.)
call f2%next_row()
end if
Expand Down

0 comments on commit c155379

Please sign in to comment.