[cig-commits] commit: Format a comment better

Mercurial hg at geodynamics.org
Fri Mar 12 13:52:22 PST 2010


changeset:   825:76a42ded0584
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Mar 12 13:48:11 2010 -0800
files:       plugins/EulerDeform/EulerDeform.c
description:
Format a comment better


diff -r 5bbf0a0f2fb0 -r 76a42ded0584 plugins/EulerDeform/EulerDeform.c
--- a/plugins/EulerDeform/EulerDeform.c	Fri Mar 12 07:01:19 2010 -0800
+++ b/plugins/EulerDeform/EulerDeform.c	Fri Mar 12 13:48:11 2010 -0800
@@ -973,8 +973,10 @@ void EulerDeform_Remesh( TimeIntegrand* 
     if(sys->floatRightTop)
       EulerDeform_FloatRightTop(sys,grid,newCrds);
 
-    /* Create an artificial displacement field from the nodal displacements between newCrds and oldCrds.
-     * This displacement is currently used to correct the advDiffEqn's nodal velocity input */
+    /* Create an artificial displacement field from the nodal
+     * displacements between newCrds and oldCrds.  This displacement
+     * is currently used to correct the advDiffEqn's nodal velocity
+     * input */
     if( edCtx->artDField ) {
       double artDis[3]; /* temporary displacement vector */
 



More information about the CIG-COMMITS mailing list