ENH: add static const char* SHA1sum to fixedValueFvPatchScalarFieldTemplate

- useful for debugging purposes
This commit is contained in:
Mark Olesen
2011-03-07 18:10:29 +01:00
parent 923e17b1e5
commit 336fa74478
2 changed files with 14 additions and 9 deletions

View File

@ -55,6 +55,9 @@ class ${typeName}FixedValueFvPatchScalarField
public:
//- Information about the SHA1 of the code itself
static const char* SHA1sum;
//- Runtime type information
TypeName("${typeName}");