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

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:52:20 UTC 2009


The following commit has been merged in the upstream branch:
commit ff6eb76c6046fb418daee1a60689eb1716b5ede1
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Mon Jul 18 13:57:47 2005 +1000

    gfs_function_value() can take NULL as cell argument
    
    darcs-hash:20050718035747-fbd8f-8010e5c0e5fb3bdacaf11c8a3390bfec8deefaaa.gz

diff --git a/src/utils.c b/src/utils.c
index a34bcbb..e711f58 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -602,7 +602,6 @@ gchar * gfs_function_description (GfsFunction * f,
 gdouble gfs_function_value (GfsFunction * f, FttCell * cell)
 {
   g_return_val_if_fail (f != NULL, 0.);
-  g_return_val_if_fail (cell != NULL, 0.);
 
   if (f->s) {
     FttVector p;

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list