Reinstated defineTypeNameAndDebug to remove the "undefined" error in

compiling the mesh-motion solvers.
This commit is contained in:
henry
2009-03-23 22:30:04 +00:00
parent a55441e758
commit b5b5ed1216

View File

@ -32,23 +32,13 @@ License
namespace Foam
{
// defineTypeNameAndDebug(displacementFvMotionSolver, 0);
//
// addToRunTimeSelectionTable
// (
// fvMotionSolver,
// displacementFvMotionSolver,
// dictionary
// );
defineTypeNameAndDebug(displacementFvMotionSolver, 0);
}
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::displacementFvMotionSolver::
displacementFvMotionSolver
Foam::displacementFvMotionSolver::displacementFvMotionSolver
(
const polyMesh& mesh,
Istream&