Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy 2011-11-29 18:17:33 +00:00
commit 50fef5da8b

View File

@ -29,7 +29,6 @@ Description
#include "autoSnapDriver.H" #include "autoSnapDriver.H"
#include "motionSmoother.H" #include "motionSmoother.H"
#include "polyTopoChange.H" #include "polyTopoChange.H"
#include "OFstream.H"
#include "syncTools.H" #include "syncTools.H"
#include "fvMesh.H" #include "fvMesh.H"
#include "Time.H" #include "Time.H"
@ -1006,7 +1005,11 @@ void Foam::autoSnapDriver::smoothDisplacement
// but this will also delete all pointMesh but not pointFields which // but this will also delete all pointMesh but not pointFields which
// gives an illegal situation. // gives an illegal situation.
mesh.write(); meshRefiner_.write
(
debug,
mesh.time().path()/meshRefiner_.timeName()
);
Pout<< "Writing displacement field ..." << endl; Pout<< "Writing displacement field ..." << endl;
disp.write(); disp.write();