thermophysicalFunction: Initial work to convert into Function1 and Function2
This commit is contained in:
@ -55,11 +55,6 @@ class ${typeName}Function2${TemplateType}
|
||||
:
|
||||
public FieldFunction2<${TemplateType}, ${typeName}Function2${TemplateType}>
|
||||
{
|
||||
// Private Member Functions
|
||||
|
||||
//- Write data to dictionary stream
|
||||
virtual void writeData(Ostream& os) const;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
@ -110,6 +105,9 @@ public:
|
||||
//}}} end code
|
||||
}
|
||||
|
||||
//- Write data to dictionary stream
|
||||
virtual void write(Ostream& os) const;
|
||||
|
||||
|
||||
// Member Operators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user