sampling reworking

- write geometry file if no fields would be sampled
- write geometry file only once for obj, stl formats and use MeshedSurfaceProxy
  for writing
This commit is contained in:
Mark Olesen
2009-03-16 17:37:58 +01:00
parent fadf428091
commit ba771d1901
36 changed files with 384 additions and 506 deletions

View File

@ -32,7 +32,7 @@ License
namespace Foam
{
makeSetWriters(jplotSetWriter)
makeSetWriters(jplotSetWriter);
}
// ************************************************************************* //