ENH: pointConstraint: work in binary mode

This commit is contained in:
mattijs
2025-07-31 14:53:21 +01:00
parent a32493778a
commit 1bcad518c6

View File

@ -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
);
}
// ************************************************************************* //