[cig-commits] r17864 - seismo/3D/SPECFEM3D/trunk/src/specfem3D

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Feb 14 16:41:27 PST 2011


Author: dkomati1
Date: 2011-02-14 16:41:26 -0800 (Mon, 14 Feb 2011)
New Revision: 17864

Modified:
   seismo/3D/SPECFEM3D/trunk/src/specfem3D/create_color_image.f90
Log:
added a comment about the possibility to comment out calls to "system()" if needed


Modified: seismo/3D/SPECFEM3D/trunk/src/specfem3D/create_color_image.f90
===================================================================
--- seismo/3D/SPECFEM3D/trunk/src/specfem3D/create_color_image.f90	2011-02-15 00:12:10 UTC (rev 17863)
+++ seismo/3D/SPECFEM3D/trunk/src/specfem3D/create_color_image.f90	2011-02-15 00:41:26 UTC (rev 17864)
@@ -754,6 +754,8 @@
        OUTPUT_FILES_PATH(1:len_trim(OUTPUT_FILES_PATH)),it,it
 
   ! call the system to convert image to GIF
+  ! this line can be safely commented out if your compiler does not implement "system()" for system calls;
+  ! in such a case you will simply get images in PNM format in directory OUTPUT_FILES instead of GIF format
   call system(system_command)
 
   ! removes PNM file



More information about the CIG-COMMITS mailing list