BUG: pointNoise - corrected base file name

This commit is contained in:
Andrew Heather
2016-11-25 12:15:06 +00:00
parent 00174405c6
commit a14267d83b

View File

@ -70,7 +70,7 @@ void pointNoise::processData(const Function1Types::CSV<scalar>& data)
{ {
Info<< "Reading data file " << data.fName() << endl; Info<< "Reading data file " << data.fName() << endl;
const fileName& fNameBase = data.fName()(true); const fileName fNameBase = data.fName().name(true);
// Time and pressure history data // Time and pressure history data
scalarField t, p; scalarField t, p;