mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: pointConstraint: work in binary mode
This commit is contained in:
@ -26,12 +26,19 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "pointConstraint.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
const char* const pTraits<pointConstraint>::typeName = "pointConstraint";
|
||||
defineCompoundTypeName(List<pointConstraint>, pointConstraintList);
|
||||
addCompoundToRunTimeSelectionTable
|
||||
(
|
||||
List<pointConstraint>,
|
||||
pointConstraintList
|
||||
);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user