[SCM] Gerris Flow Solver branch, upstream,	updated. b3aa46814a06c9cb2912790b23916ffb44f1f203
    Stephane Popinet 
    popinet at users.sf.net
       
    Fri May 15 02:55:29 UTC 2009
    
    
  
The following commit has been merged in the upstream branch:
commit abb54c35be56757f9b78ca11cb39ef01b32ee702
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Mon Jul 7 16:01:06 2008 +1000
    Fixed typo in RefineHeight (thanks to G. McBain)
    
    darcs-hash:20080707060106-d4795-7504c621163ea9cee69e5ebe9827e56d5e84ff91.gz
diff --git a/src/refine.c b/src/refine.c
index c9e74a4..22ed858 100644
--- a/src/refine.c
+++ b/src/refine.c
@@ -488,7 +488,7 @@ static void refine_height_read (GtsObject ** o, GtsFile * fp)
     return;
 
   if (!GFS_SURFACE (GFS_REFINE_SURFACE (*o)->surface)->s) {
-    gts_file_error (fp, "RefineDistance only works with GTS surfaces");
+    gts_file_error (fp, "RefineHeight only works with GTS surfaces");
     return;
   }
 }
-- 
Gerris Flow Solver
    
    
More information about the debian-science-commits
mailing list