[cig-commits] r16007 - mc/3D/CitcomCU/trunk/src

tan2 at geodynamics.org tan2 at geodynamics.org
Thu Nov 19 11:56:47 PST 2009


Author: tan2
Date: 2009-11-19 11:56:47 -0800 (Thu, 19 Nov 2009)
New Revision: 16007

Modified:
   mc/3D/CitcomCU/trunk/src/Viscosity_structures.c
Log:
There is no function_defs.h. All prototypes should be put in prototypes.h

Modified: mc/3D/CitcomCU/trunk/src/Viscosity_structures.c
===================================================================
--- mc/3D/CitcomCU/trunk/src/Viscosity_structures.c	2009-11-19 19:55:49 UTC (rev 16006)
+++ mc/3D/CitcomCU/trunk/src/Viscosity_structures.c	2009-11-19 19:56:47 UTC (rev 16007)
@@ -45,7 +45,6 @@
 #include <string.h>
 #include "element_definitions.h"
 #include "global_defs.h"
-#include "function_defs.h"
 
 static void visc_from_B(struct All_variables *, float *, float *, int );
 static void visc_from_C(struct All_variables *, float *, float *, int );



More information about the CIG-COMMITS mailing list