[cig-commits] r6951 - mc/3D/CitcomCU/branches/inflow-bcs/src
tan2 at geodynamics.org
tan2 at geodynamics.org
Wed May 23 16:11:07 PDT 2007
Author: tan2
Date: 2007-05-23 16:11:06 -0700 (Wed, 23 May 2007)
New Revision: 6951
Modified:
mc/3D/CitcomCU/branches/inflow-bcs/src/prototypes.h
Log:
Forgot to update the prototypes
Modified: mc/3D/CitcomCU/branches/inflow-bcs/src/prototypes.h
===================================================================
--- mc/3D/CitcomCU/branches/inflow-bcs/src/prototypes.h 2007-05-23 23:10:45 UTC (rev 6950)
+++ mc/3D/CitcomCU/branches/inflow-bcs/src/prototypes.h 2007-05-23 23:11:06 UTC (rev 6951)
@@ -15,7 +15,9 @@
void temperature_boundary_conditions(struct All_variables *E);
void custom_temperature_boundary_conditions(struct All_variables *E);
void velocity_refl_vert_bc(struct All_variables *E);
+void velocity_side_bc(struct All_variables *E);
void temperature_refl_vert_bc(struct All_variables *E);
+void temperature_side_bc(struct All_variables *E);
void temperature_imposed_botm_bcs(struct All_variables *E, float *BC[], int dirn);
void horizontal_bc(struct All_variables *E, float *BC[], int ROW, int dirn, float value, unsigned int mask, char onoff, int level);
void velocity_apply_periodic_bcs(struct All_variables *E);
More information about the cig-commits
mailing list