[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:59:44 PST 2008


changeset:   176:6253b5ee0314
tag:         tip
user:        John Mansour <john.mansour at maths.monash.edu.au>
date:        Wed Nov 12 17:54:03 2008 +1100
files:       Utils/src/TimeIntegrator.c
description:
fixing typo in TimeIntegrator.c


diff -r 6755a2e170a1 -r 6253b5ee0314 Utils/src/TimeIntegrator.c
--- a/Utils/src/TimeIntegrator.c	Mon Nov 10 13:21:37 2008 +1100
+++ b/Utils/src/TimeIntegrator.c	Wed Nov 12 17:54:03 2008 +1100
@@ -460,7 +460,7 @@ void _TimeIntegrator_ExecuteRK4Simultane
 	TimeIntegrator_Setup( self );
 	for ( integratee_I = 0 ; integratee_I < integrateeCount ; integratee_I++ ) {
 		integratee = TimeIntegrator_GetByIndex( self, integratee_I );
-		Journal_RPrintf(self->info,"\t2nd order (simultaneous): %s\n", integratee->name);
+		Journal_RPrintf(self->info,"\t4nd order (simultaneous): %s\n", integratee->name);
 
 		/* Store Original Position Variable */
 		originalVariableList[ integratee_I ]  = Variable_NewFromOld( integratee->variable, "Original", True );



More information about the CIG-COMMITS mailing list