From 6b3c5e22e2286cbae69dd162e2a7ab0fe3e90ac5 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 24 Mar 2009 13:42:30 +0000 Subject: [PATCH] minor change --- .../movingConeTopoFvMesh/movingConeTopoFvMesh.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C index 2f3804afde..dedf725e24 100644 --- a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C +++ b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C @@ -343,7 +343,7 @@ bool Foam::movingConeTopoFvMesh::update() // << endl; { - OFstream str(thisDb().path()/"meshPoints.obj"); + OFstream str(time().timePath()/"meshPoints.obj"); Pout<< "Writing mesh with meshPoints to " << str.name() << endl; @@ -361,7 +361,7 @@ bool Foam::movingConeTopoFvMesh::update() } } { - OFstream str(thisDb().path()/"preMotionPoints.obj"); + OFstream str(time().timePath()/"preMotionPoints.obj"); Pout<< "Writing mesh with preMotionPoints to " << str.name() << endl;