mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Function1 - propagated API change resulting from new objectRegistry access
This commit is contained in:
committed by
Mark Olesen
parent
c1a04abd96
commit
70b55be684
@ -253,7 +253,7 @@ void pointNoise::calculate()
|
||||
fName = argList::envGlobalPath()/fName;
|
||||
}
|
||||
|
||||
Function1Types::CSV<scalar> data("pressure", dict_, fName);
|
||||
Function1Types::CSV<scalar> data("pressure", dict_, nullptr, fName);
|
||||
processData(filei, data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user