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

tan2 at geodynamics.org tan2 at geodynamics.org
Fri Oct 6 14:10:34 PDT 2006


Author: tan2
Date: 2006-10-06 14:10:34 -0700 (Fri, 06 Oct 2006)
New Revision: 4721

Modified:
   mc/3D/CitcomS/trunk/lib/Obsolete.c
Log:
The type of elt_g should be "higher_precision" instead of "double".

Modified: mc/3D/CitcomS/trunk/lib/Obsolete.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Obsolete.c	2006-10-06 20:48:02 UTC (rev 4720)
+++ mc/3D/CitcomS/trunk/lib/Obsolete.c	2006-10-06 21:10:34 UTC (rev 4721)
@@ -1,6 +1,6 @@
 /*
  *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * 
+ *
  *<LicenseText>
  *
  * CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
@@ -22,7 +22,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *</LicenseText>
- * 
+ *
  *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
 /*
@@ -258,7 +258,7 @@
 {
     int i,p,a,b,q,got_g;
     unsigned int type;
-    double elt_g[24][1];
+    higher_precision elt_g[24][1];
     void get_elt_g();
 
     for(p=0;p<1;p++) elt_h[p] = 0.0;



More information about the cig-commits mailing list