diff --git a/trunk/IO.f90 b/trunk/IO.f90 index fbb424c3e..6bd619706 100644 --- a/trunk/IO.f90 +++ b/trunk/IO.f90 @@ -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)