[cig-commits] r4206 - mc/3D/CitcomS/trunk/lib

luis at geodynamics.org luis at geodynamics.org
Wed Aug 2 18:04:15 PDT 2006


Author: luis
Date: 2006-08-02 18:04:15 -0700 (Wed, 02 Aug 2006)
New Revision: 4206

Modified:
   mc/3D/CitcomS/trunk/lib/Makefile.am
   mc/3D/CitcomS/trunk/lib/PyTables.c
Log:
Fixed typo in PyTables.c and added it to the sources in Makefile.am


Modified: mc/3D/CitcomS/trunk/lib/Makefile.am
===================================================================
--- mc/3D/CitcomS/trunk/lib/Makefile.am	2006-08-02 23:38:03 UTC (rev 4205)
+++ mc/3D/CitcomS/trunk/lib/Makefile.am	2006-08-03 01:04:15 UTC (rev 4206)
@@ -85,6 +85,8 @@
 	phase_change.h \
 	Problem_related.c \
 	Process_buoyancy.c \
+	PyTables.c \
+	pytables.h \
 	Shape_functions.c \
 	Size_does_matter.c \
 	Solver_conj_grad.c \

Modified: mc/3D/CitcomS/trunk/lib/PyTables.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/PyTables.c	2006-08-02 23:38:03 UTC (rev 4205)
+++ mc/3D/CitcomS/trunk/lib/PyTables.c	2006-08-03 01:04:15 UTC (rev 4206)
@@ -19,7 +19,7 @@
  * Programmer: Pedro Vicente, pvn at ncsa.uiuc.edu
  * Date      : June 21, 2001
  */
-static herr_t find_attr(hid_t loc_id, const_char *name, void *op_data)
+static herr_t find_attr(hid_t loc_id, const char *name, void *op_data)
 {
     /* Define a default zero value for return. This will cause the
      * iterator to continue if the palette attribute is not found yet.



More information about the cig-commits mailing list