[cig-commits] r6005 - in long/3D/Gale/trunk: . src/Underworld/plugins/Output/DumpSwarm

walter at geodynamics.org walter at geodynamics.org
Sun Feb 11 00:51:32 PST 2007


Author: walter
Date: 2007-02-11 00:51:32 -0800 (Sun, 11 Feb 2007)
New Revision: 6005

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Underworld/plugins/Output/DumpSwarm/DumpSwarm.c
Log:
 r1546 at earth:  boo | 2007-02-11 00:48:08 -0800
 Add comment



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

Modified: long/3D/Gale/trunk/src/Underworld/plugins/Output/DumpSwarm/DumpSwarm.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/plugins/Output/DumpSwarm/DumpSwarm.c	2007-02-11 08:51:28 UTC (rev 6004)
+++ long/3D/Gale/trunk/src/Underworld/plugins/Output/DumpSwarm/DumpSwarm.c	2007-02-11 08:51:32 UTC (rev 6005)
@@ -78,6 +78,8 @@
 	return PluginsManager_Submit( pluginsManager, Underworld_DumpSwarm_Type, "0", _Underworld_DumpSwarm_DefaultNew );
 }
 
+/* Simple hash lifted from Programming Pearls, Jon Bentley, 2000 */
+
 void string_hash(char *p, unsigned int *result)
 {
   unsigned int MULT=31;



More information about the cig-commits mailing list