From 225cd918bb8e2263ab01c75e4c91aa4994157dc1 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 25 Feb 2016 12:46:30 +0000 Subject: [PATCH] ENH: Added surfaceReaders to sampling library Make/files --- src/sampling/Make/files | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sampling/Make/files b/src/sampling/Make/files index 03fab92a74..3416dd38d1 100644 --- a/src/sampling/Make/files +++ b/src/sampling/Make/files @@ -51,6 +51,12 @@ $(surfWriters)/starcd/starcdSurfaceWriter.C $(surfWriters)/vtk/vtkSurfaceWriter.C $(surfWriters)/boundaryData/boundaryDataSurfaceWriter.C +surfReaders = sampledSurface/readers + +$(surfReaders)/surfaceReader.C +$(surfReaders)/surfaceReaderNew.C +$(surfReaders)/ensight/ensightSurfaceReader.C + graphField/writePatchGraph.C graphField/writeCellGraph.C graphField/makeGraph.C