Merge from upstream.

This commit is contained in:
Bård Skaflestad
2010-12-07 18:29:01 +01:00

View File

@@ -100,8 +100,8 @@ public:
state_ = Initialized;
}
enum FlowBCTypes { FBC_UNSET, FBC_PRESSURE, FBC_FLUX };
/// Boundary condition types.
enum FlowBCTypes { FBC_UNSET = UNSET, FBC_PRESSURE = PRESSURE, FBC_FLUX = FLUX};
/// @brief
/// Assemble the sparse system.