[cig-commits] r8902 - in long/3D/Gale/trunk: . src/StGermain/Discretisation/Mesh/src

walter at geodynamics.org walter at geodynamics.org
Tue Dec 18 12:01:46 PST 2007


Author: walter
Date: 2007-12-18 12:01:45 -0800 (Tue, 18 Dec 2007)
New Revision: 8902

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c
Log:
 r1993 at earth:  boo | 2007-11-22 09:47:21 -0800
 Don't use the full path for ascii_topo



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1992
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1993

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c	2007-12-18 20:01:42 UTC (rev 8901)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c	2007-12-18 20:01:45 UTC (rev 8902)
@@ -168,7 +168,7 @@
                 self->info.topo_data.ny=ny;
                 self->info.topo_data.heights=malloc(sizeof(int)*nx*ny);
 		self->surfaceType = SurfaceAdaptor_SurfaceType_Topo_Data;
-                fp=fopen("/home/boo/cig/gale/viz/tibet_topo/ascii_topo","r");
+                fp=fopen("ascii_topo","r");
                 for(i=0;i<nx;++i)
                   for(j=0;j<ny;++j)
                     {



More information about the cig-commits mailing list