added LF and CR to list of whitespaces (IO_stringPos)
This commit is contained in:
parent
d491838c13
commit
de5c3668fd
|
@ -248,7 +248,7 @@
|
|||
implicit none
|
||||
|
||||
character(len=*) line
|
||||
character(len=*), parameter :: sep=achar(32)//achar(9) ! whitespaces
|
||||
character(len=*), parameter :: sep=achar(32)//achar(9)//achar(10)//achar(13) ! whitespaces
|
||||
integer(pInt) N, part
|
||||
integer(pInt) IO_stringPos(1+N*2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue