Skip to content
Snippets Groups Projects
Commit cfcc9f49 authored by andy's avatar andy
Browse files

BUG: Corrected behaviour of DataEntry for backward compatibility

parent e91a460d
Branches
Tags
No related merge requests found
......@@ -45,7 +45,6 @@ Foam::autoPtr<Foam::DataEntry<Type> > Foam::DataEntry<Type>::New
}
else
{
is.putBack(firstToken);
// DataEntryType = CompatibilityConstant<Type>::typeName;
DataEntryType = "CompatibilityConstant";
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment