From b2ae359c99463e627fb5444b0d96dfe588f8d1e6 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Thu, 24 Jan 2019 00:53:29 +0100 Subject: [PATCH] GIT: relocate ensight parts (from conversion -> fileFormats) --- src/conversion/Make/files | 4 ---- src/fileFormats/Make/files | 6 ++++++ src/{conversion => fileFormats}/ensight/part/ensightPart.C | 0 src/{conversion => fileFormats}/ensight/part/ensightPart.H | 0 .../ensight/part/ensightPartCells.C | 0 .../ensight/part/ensightPartCells.H | 0 .../ensight/part/ensightPartFaces.C | 0 .../ensight/part/ensightPartFaces.H | 0 src/{conversion => fileFormats}/ensight/part/ensightParts.C | 0 src/{conversion => fileFormats}/ensight/part/ensightParts.H | 0 10 files changed, 6 insertions(+), 4 deletions(-) rename src/{conversion => fileFormats}/ensight/part/ensightPart.C (100%) rename src/{conversion => fileFormats}/ensight/part/ensightPart.H (100%) rename src/{conversion => fileFormats}/ensight/part/ensightPartCells.C (100%) rename src/{conversion => fileFormats}/ensight/part/ensightPartCells.H (100%) rename src/{conversion => fileFormats}/ensight/part/ensightPartFaces.C (100%) rename src/{conversion => fileFormats}/ensight/part/ensightPartFaces.H (100%) rename src/{conversion => fileFormats}/ensight/part/ensightParts.C (100%) rename src/{conversion => fileFormats}/ensight/part/ensightParts.H (100%) diff --git a/src/conversion/Make/files b/src/conversion/Make/files index eb9ac5e43c1..4cf7b300a08 100644 --- a/src/conversion/Make/files +++ b/src/conversion/Make/files @@ -10,10 +10,6 @@ common/tables/cellTable.C ensight/mesh/ensightMesh.C ensight/mesh/ensightMeshIO.C ensight/mesh/ensightMeshOptions.C -ensight/part/ensightPart.C -ensight/part/ensightPartCells.C -ensight/part/ensightPartFaces.C -ensight/part/ensightParts.C fire/FIREMeshReader.C fire/FIREMeshWriter.C diff --git a/src/fileFormats/Make/files b/src/fileFormats/Make/files index 90e334957a6..3bf374c8ffc 100644 --- a/src/fileFormats/Make/files +++ b/src/fileFormats/Make/files @@ -2,8 +2,14 @@ ensight/file/ensightCase.C ensight/file/ensightCaseOptions.C ensight/file/ensightFile.C ensight/file/ensightGeoFile.C + ensight/part/ensightCells.C ensight/part/ensightFaces.C +ensight/part/ensightPart.C +ensight/part/ensightPartCells.C +ensight/part/ensightPartFaces.C +ensight/part/ensightParts.C + ensight/read/ensightReadFile.C ensight/type/ensightPTraits.C diff --git a/src/conversion/ensight/part/ensightPart.C b/src/fileFormats/ensight/part/ensightPart.C similarity index 100% rename from src/conversion/ensight/part/ensightPart.C rename to src/fileFormats/ensight/part/ensightPart.C diff --git a/src/conversion/ensight/part/ensightPart.H b/src/fileFormats/ensight/part/ensightPart.H similarity index 100% rename from src/conversion/ensight/part/ensightPart.H rename to src/fileFormats/ensight/part/ensightPart.H diff --git a/src/conversion/ensight/part/ensightPartCells.C b/src/fileFormats/ensight/part/ensightPartCells.C similarity index 100% rename from src/conversion/ensight/part/ensightPartCells.C rename to src/fileFormats/ensight/part/ensightPartCells.C diff --git a/src/conversion/ensight/part/ensightPartCells.H b/src/fileFormats/ensight/part/ensightPartCells.H similarity index 100% rename from src/conversion/ensight/part/ensightPartCells.H rename to src/fileFormats/ensight/part/ensightPartCells.H diff --git a/src/conversion/ensight/part/ensightPartFaces.C b/src/fileFormats/ensight/part/ensightPartFaces.C similarity index 100% rename from src/conversion/ensight/part/ensightPartFaces.C rename to src/fileFormats/ensight/part/ensightPartFaces.C diff --git a/src/conversion/ensight/part/ensightPartFaces.H b/src/fileFormats/ensight/part/ensightPartFaces.H similarity index 100% rename from src/conversion/ensight/part/ensightPartFaces.H rename to src/fileFormats/ensight/part/ensightPartFaces.H diff --git a/src/conversion/ensight/part/ensightParts.C b/src/fileFormats/ensight/part/ensightParts.C similarity index 100% rename from src/conversion/ensight/part/ensightParts.C rename to src/fileFormats/ensight/part/ensightParts.C diff --git a/src/conversion/ensight/part/ensightParts.H b/src/fileFormats/ensight/part/ensightParts.H similarity index 100% rename from src/conversion/ensight/part/ensightParts.H rename to src/fileFormats/ensight/part/ensightParts.H -- GitLab