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

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


The following commit has been merged in the upstream branch:
commit 4c4d6429ed715cda7aa560fde483434c88b66cc9
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Thu Jul 7 11:01:07 2005 +1000

    Removed obsolete "derived" variable stuff
    
    darcs-hash:20050707010107-fbd8f-057cb213c3f701bd92e68297197f21f98909d0cf.gz

diff --git a/src/variable.h b/src/variable.h
index 026a3e7..b992ba2 100644
--- a/src/variable.h
+++ b/src/variable.h
@@ -31,7 +31,6 @@ typedef struct _GfsSurfaceGenericBc        GfsSurfaceGenericBc;
 
 /* GfsVariable: Header */
 
-typedef void (* GfsVariableDerivedFunc)    (FttCell * cell, GfsVariable * v);
 typedef void (* GfsVariableFineCoarseFunc) (FttCell * cell, GfsVariable * v);
 
 struct _GfsVariable {
@@ -43,7 +42,6 @@ struct _GfsVariable {
   FttComponent component;
   gchar * name;
   gboolean centered;
-  GfsVariableDerivedFunc derived;
   GfsVariableFineCoarseFunc fine_coarse;
   GtsContainer * sources;
   GfsSurfaceGenericBc * surface_bc;

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list