Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a fixme (kill dead code).
[simgrid.git] / src / smpi / smpiff.in
index f413b77..9b9472e 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-# Copyright (c) 2012-2020. The SimGrid Team. All rights reserved.
+# Copyright (c) 2012-2021. The SimGrid Team. All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
@@ -83,7 +83,7 @@ while [ $# -gt 0 ]; do
             ORIGFILE="${FILENAME%.f}"
             filter_and_compile_f77
             ;;
-        *.F)$
+        *.F)
             FILENAME=$(basename "${ARG}")
             TMPFILE=$(mymktemp "${ARG}" ".F")
             ORIGFILE="${FILENAME%.F}"
@@ -95,7 +95,7 @@ while [ $# -gt 0 ]; do
             ORIGFILE="${FILENAME%.f90}"
             filter_and_compile_f90
             ;;
-        *.F90)$
+        *.F90)
             FILENAME=$(basename "${ARG}")
             TMPFILE=$(mymktemp "${ARG}" ".F90")
             ORIGFILE="${FILENAME%.F90}"