Skip to content
Snippets Groups Projects
Commit 93fa2893 authored by mattijs's avatar mattijs
Browse files

BUG: interpolationTable: construct from fileName

parent f5573332
Branches
Tags
No related merge requests found
......@@ -88,7 +88,7 @@ Foam::interpolationTable<Type>::interpolationTable(const fileName& fName)
List<Tuple2<scalar, Type> >(),
boundsHandling_(interpolationTable::WARN),
fileName_(fName),
reader_(new openFoamTableReader<Type>())
reader_(new openFoamTableReader<Type>(dictionary()))
{
readTable();
}
......
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