[cig-commits] r13700 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Dec 17 02:31:28 PST 2008


Author: luis
Date: 2008-12-17 02:31:28 -0800 (Wed, 17 Dec 2008)
New Revision: 13700

Modified:
   cs/cigma/trunk/src/io_hdf5_writer.cpp
Log:
Fixed typo

Modified: cs/cigma/trunk/src/io_hdf5_writer.cpp
===================================================================
--- cs/cigma/trunk/src/io_hdf5_writer.cpp	2008-12-16 23:15:58 UTC (rev 13699)
+++ cs/cigma/trunk/src/io_hdf5_writer.cpp	2008-12-17 10:31:28 UTC (rev 13700)
@@ -114,7 +114,7 @@
 
 int HDF5_Writer::writeConnectivity(const char *loc, const int *connectivity, int nel, int ndofs)
 {
-    return -1
+    return -1;
 }
 
 #endif



More information about the CIG-COMMITS mailing list