Skip to content
Snippets Groups Projects
Commit a14267d8 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: pointNoise - corrected base file name

parent 00174405
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ void pointNoise::processData(const Function1Types::CSV<scalar>& data)
{
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
scalarField t, p;
......
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