[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:51 UTC 2009


The following commit has been merged in the upstream branch:
commit b450165d80b8a2652ff5ceeea0d5f38b7d236021
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue Nov 4 07:41:47 2008 +1100

    Fixed dimensioning of OutputSolidForce.
    
    darcs-hash:20081103204147-d4795-5b8f8b6666b17a1d2f5c501da9db80851b122508.gz

diff --git a/src/output.c b/src/output.c
index 11c0c52..f40fec4 100644
--- a/src/output.c
+++ b/src/output.c
@@ -957,8 +957,8 @@ static gboolean gfs_output_solid_force_event (GfsEvent * event,
 	     sim->time.t,
 	     pf.x*Ln, pf.y*Ln, pf.z*Ln,
 	     vf.x*Ln, vf.y*Ln, vf.z*Ln,
-	     pm.x, pm.y, pm.z,
-	     vm.x, vm.y, vm.z);
+	     pm.x*Ln*L, pm.y*Ln*L, pm.z*Ln*L,
+	     vm.x*Ln*L, vm.y*Ln*L, vm.z*Ln*L);
     return TRUE;
   }
   return FALSE;

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list