[cig-commits] commit: Extending the length of tracers' trails.

Mercurial hg at geodynamics.org
Mon Nov 24 11:28:54 PST 2008


changeset:   16:3d5ccaddac1c
user:        LukeHodkinson
date:        Tue Jul 17 05:43:47 2007 +0000
files:       DrawingObjects/src/HistoricalSwarmTrajectory.h
description:
Extending the length of tracers' trails.


diff -r 94ae20a232c5 -r 3d5ccaddac1c DrawingObjects/src/HistoricalSwarmTrajectory.h
--- a/DrawingObjects/src/HistoricalSwarmTrajectory.h	Wed Jul 11 05:39:26 2007 +0000
+++ b/DrawingObjects/src/HistoricalSwarmTrajectory.h	Tue Jul 17 05:43:47 2007 +0000
@@ -39,7 +39,7 @@
 *+		Patrick Sunter
 *+		Greg Watson
 *+
-** $Id: HistoricalSwarmTrajectory.h 628 2006-10-12 08:23:07Z SteveQuenette $
+** $Id: HistoricalSwarmTrajectory.h 713 2007-07-17 05:43:47Z LukeHodkinson $
 ** 
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -50,7 +50,7 @@
 	/** Textual name of this class - This is a global pointer which is used for times when you need to refer to class and not a particular instance of a class */
 	extern const Type lucHistoricalSwarmTrajectory_Type;
 
-	#define HISTORY_STEPS 50
+	#define HISTORY_STEPS 5000
 
 	typedef struct {
 		Coord  historyCoordList[ HISTORY_STEPS ];



More information about the CIG-COMMITS mailing list