mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: pointNoise - corrected base file name
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user