Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / teshsuite / smpi / fort_args / fort_args.f90
index 5d13591..11c94dc 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (c) 2018-2021. The SimGrid Team. All rights reserved.
+! Copyright (c) 2018-2023. 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.
@@ -13,7 +13,7 @@ program getarg_1
   I = 0
   call MPI_Init(ierr)
   CALL GETARG(I,ARGS)
-  ! This should return the invoking command.  The actual value depends 
+  ! This should return the invoking command.  The actual value depends
   ! on the OS, but a blank string is wrong no matter what.
   ! ??? What about deep embedded systems?
   if (args.eq.'') STOP 2