[cig-commits] r9045 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Mon Jan 14 21:28:18 PST 2008


Author: luis
Date: 2008-01-14 21:28:17 -0800 (Mon, 14 Jan 2008)
New Revision: 9045

Modified:
   cs/benchmark/cigma/trunk/src/VtkUgReader.h
Log:
Small change to VtkUgReader.h

Modified: cs/benchmark/cigma/trunk/src/VtkUgReader.h
===================================================================
--- cs/benchmark/cigma/trunk/src/VtkUgReader.h	2008-01-15 05:28:15 UTC (rev 9044)
+++ cs/benchmark/cigma/trunk/src/VtkUgReader.h	2008-01-15 05:28:17 UTC (rev 9045)
@@ -20,8 +20,8 @@
     void open(std::string filename);
 
 public:
+    void get_coordinates(double **coordinates, int *nno, int *nsd);
     void get_connectivity(int **connectivity, int *nel, int *ndofs);
-    void get_coordinates(double **coordinates, int *nno, int *nsd);
     void get_vector_point_data(const char *name, double **vectors, int *num, int *dim);
     void get_scalar_point_data(const char *name, double **scalars, int *num, int *dim);
 



More information about the cig-commits mailing list