[Commits] [svn:einsteintoolkit] incoming/PITTNullCode/SphericalHarmonicReconGen/src/ (Rev. 86)

reisswig at tapir.caltech.edu reisswig at tapir.caltech.edu
Thu Jun 6 12:45:01 CDT 2013


User: reisswig
Date: 2013/06/06 12:45 PM

Modified:
 /PITTNullCode/SphericalHarmonicReconGen/src/
  sph_database.cc

Log:
 Fixed a bug.

File Changes:

Directory: /PITTNullCode/SphericalHarmonicReconGen/src/
=======================================================

File [modified]: sph_database.cc
Delta lines: +3 -9
===================================================================
--- PITTNullCode/SphericalHarmonicReconGen/src/sph_database.cc	2013-06-04 20:40:27 UTC (rev 85)
+++ PITTNullCode/SphericalHarmonicReconGen/src/sph_database.cc	2013-06-06 17:45:00 UTC (rev 86)
@@ -1077,16 +1077,10 @@
 
 
 
-/*const string SPH_db_SpEC_H5_v2::time_attrib_name = "Time";
-const string SPH_db_SpEC_H5_v2::step_basename = "Step";
-*/
-            // table of varibale names: this maps a column number to a group.
-            // The first entry per varibale is the main group, the second is a possible subgroup, e.g.
-            //                /g/Step00001/xx
-            //    for SpEC
+// table of varibale names: this maps a column number to a dataset name.
 const string SPH_db_SpEC_H5_v2::varname_table[30] =
                                                  { "Lapse.dat",
-                                                   "Shiftx.dat" , "Shifty.dat", "Shiftz.dat",
+                                                   "Shiftx.dat", "Shifty.dat", "Shiftz.dat",
                                                    "gxx.dat", "gxy.dat", "gxz.dat",
                                                    "gyy.dat", "gyz.dat",
                                                    "gzz.dat",
@@ -1098,7 +1092,7 @@
                                                    "Drgzz.dat",
                                                    
                                                    "DtLapse.dat",
-                                                   "DtShiftx.dat", "DtShifty.dat" "DtShiftz.dat",
+                                                   "DtShiftx.dat", "DtShifty.dat", "DtShiftz.dat",
                                                    "Dtgxx.dat", "Dtgxy.dat", "Dtgxz.dat",
                                                    "Dtgyy.dat", "Dtgyz.dat",
                                                    "Dtgzz.dat" };



More information about the Commits mailing list