STYLE: explicit reference to mesh db for schemes, interfaceTracking etc

This commit is contained in:
Mark Olesen
2023-01-02 09:33:00 +01:00
parent 0c756cc676
commit 94a79ef24f
27 changed files with 214 additions and 225 deletions

View File

@ -23,7 +23,7 @@ Description
// vtk::formatType::INLINE_ASCII,
fileName
(
aMesh.mesh().time().globalPath() / "finiteArea"
aMesh.time().globalPath() / "finiteArea"
)
);