We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c276c03 commit cc2badbCopy full SHA for cc2badb
test/csv_test3.f90
@@ -75,7 +75,7 @@ program csv_test3
75
do i = 1, size(header)
76
print "(*(g0))", ">"//trim(header(i))//"<"
77
end do
78
- if (.not. all(header == ['x','y','z','t'])) error stop 'error reading header'
+ if (.not. all(header == ['x ','y ','z ','t ', 'int', 'str'])) error stop 'error reading header'
79
80
call f%get(1,col1,status_ok)
81
print "(*(g0))", "col1:"
0 commit comments