[cig-commits] r5588 - in long/3D/Gale/trunk: . src/Gale/src

walter at geodynamics.org walter at geodynamics.org
Tue Dec 12 08:53:03 PST 2006


Author: walter
Date: 2006-12-12 08:53:03 -0800 (Tue, 12 Dec 2006)
New Revision: 5588

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Gale/src/main.c
Log:
 r1227 at earth:  boo | 2006-12-11 10:38:49 -0800
 Add SurfaceProcess to the list of static plugins



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

Modified: long/3D/Gale/trunk/src/Gale/src/main.c
===================================================================
--- long/3D/Gale/trunk/src/Gale/src/main.c	2006-12-12 16:52:57 UTC (rev 5587)
+++ long/3D/Gale/trunk/src/Gale/src/main.c	2006-12-12 16:53:03 UTC (rev 5588)
@@ -73,8 +73,9 @@
 Index _Underworld_EulerDeform_Register( PluginsManager* pluginsManager );
 Index StgFEM_PrintFeVariableDiscreteValues_Register( PluginsManager* pluginsManager );
 Index Underworld_DumpSwarm_Register( PluginsManager* pluginsManager );
+Index _Gale_SurfaceProcess_Register( PluginsManager* pluginsManager );
 
-int			nPlugins = 8;
+int			nPlugins = 9;
 char*			pluginNames[] = {"StgFEM_FrequentOutput", 
 					 "StgFEM_StandardConditionFunctions", 
 					 "StgFEM_CPUTime",
@@ -82,7 +83,8 @@
                                          "Underworld_Vrms",
 					 "Underworld_EulerDeform",
                                          "StgFEM_PrintFeVariableDiscreteValues",
-                                         "Underworld_DumpSwarm"};
+                                         "Underworld_DumpSwarm",
+                                         "Gale_SurfaceProcess"};
 StaticPluginEntry	pluginLst[] = {{StgFEM_FrequentOutput_Register, NULL, NULL, NULL}, 
 				       {StgFEM_StandardConditionFunctions_Register, NULL, NULL, NULL}, 
 				       {StgFEM_CPUTime_Register, NULL, NULL, NULL}, 
@@ -90,7 +92,8 @@
                                        {Underworld_Vrms_Register, NULL, NULL, NULL},
 				       {_Underworld_EulerDeform_Register},
                                        {StgFEM_PrintFeVariableDiscreteValues_Register},
-                                       {Underworld_DumpSwarm_Register}};
+                                       {Underworld_DumpSwarm_Register},
+                                       {_Gale_SurfaceProcess_Register}};
 /* END STATIC PLUGINS */
 
 int main( int argc, char* argv[] ) {



More information about the cig-commits mailing list