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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:13 UTC 2009


The following commit has been merged in the upstream branch:
commit 3c04e4cc8049f92ff6afdaf82180a1cd28268f26
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Sun May 28 17:12:03 2006 +1000

    More explicit message for systems which do not support functions
    
    darcs-hash:20060528071203-d4795-4d328253df7d0f4befc9c8d5cc39c04e5a3ce716.gz

diff --git a/src/utils.c b/src/utils.c
index 85035a1..e63866b 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -378,7 +378,8 @@ static void function_read (GtsObject ** o, GtsFile * fp)
   }
 
   if (!HAVE_PKG_CONFIG) {
-    gts_file_error (fp, "expecting a number, variable or GTS surface (val)");
+    gts_file_error (fp, "expecting a number, variable or GTS surface (val)\n"
+		    "(functions are not supported on this system)");
     return;
   }
   else {

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list