diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-12-04 09:04:55 -0500 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-12-04 09:04:55 -0500 |
commit | 388dbe5b379eb46e3bbf22f79cf4ba8fee09ce0e (patch) | |
tree | 09b753a4dda84d0c7c16eb1185c14f1123f1bc96 | |
parent | 7b8d1dcf1ba8ad2ae7a0090bd07ebaf366145c82 (diff) | |
download | fpm-388dbe5b379eb46e3bbf22f79cf4ba8fee09ce0e.tar.gz fpm-388dbe5b379eb46e3bbf22f79cf4ba8fee09ce0e.zip |
debug mingw
-rw-r--r-- | fpm/test/help_test/help_test.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpm/test/help_test/help_test.f90 b/fpm/test/help_test/help_test.f90 index ad5d3a9..e6b2312 100644 --- a/fpm/test/help_test/help_test.f90 +++ b/fpm/test/help_test/help_test.f90 @@ -237,7 +237,6 @@ character(len=1),parameter :: nl=char(10) linecount=linecount+1 position=1 elseif(linelength.ne.0)then - write(*,*)'<INFO>',linecount,position,array(i) table(linecount)(position:position)=array(i) position=position+1 endif |