GIT: relocate coordinate from meshTools -> OpenFOAM
- supports use of coordinate systems in fileFormats, surfMesh etc. GIT: remove remnant dependency check placeholders
This commit is contained in:
parent
11d5677368
commit
ef743147ea
@ -120,6 +120,25 @@ $(math)/invIncGamma.C
|
||||
|
||||
primitives/subModelBase/subModelBase.C
|
||||
|
||||
csys = primitives/coordinate/systems
|
||||
$(csys)/coordinateSystem.C
|
||||
$(csys)/coordinateSystemNew.C
|
||||
$(csys)/coordinateSystemTransform.C
|
||||
$(csys)/coordinateSystems.C
|
||||
$(csys)/cartesianCS.C
|
||||
$(csys)/cylindricalCS.C
|
||||
$(csys)/indirectCS.C
|
||||
|
||||
crot = primitives/coordinate/rotation
|
||||
$(crot)/axesRotation.C
|
||||
$(crot)/axisAngleRotation.C
|
||||
$(crot)/coordinateRotation.C
|
||||
$(crot)/cylindricalRotation.C
|
||||
$(crot)/identityRotation.C
|
||||
$(crot)/specifiedRotation.C
|
||||
$(crot)/EulerCoordinateRotation.C
|
||||
$(crot)/STARCDCoordinateRotation.C
|
||||
|
||||
strings = primitives/strings
|
||||
$(strings)/string/string.C
|
||||
$(strings)/string/stringIO.C
|
||||
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
@ -55,25 +55,6 @@ cellDist/wallPoint/wallPoint.C
|
||||
|
||||
cellFeatures/cellFeatures.C
|
||||
|
||||
csys = coordinate/systems
|
||||
$(csys)/coordinateSystem.C
|
||||
$(csys)/coordinateSystemNew.C
|
||||
$(csys)/coordinateSystemTransform.C
|
||||
$(csys)/coordinateSystems.C
|
||||
$(csys)/cartesianCS.C
|
||||
$(csys)/cylindricalCS.C
|
||||
$(csys)/indirectCS.C
|
||||
|
||||
crot = coordinate/rotation
|
||||
$(crot)/axesRotation.C
|
||||
$(crot)/axisAngleRotation.C
|
||||
$(crot)/coordinateRotation.C
|
||||
$(crot)/cylindricalRotation.C
|
||||
$(crot)/identityRotation.C
|
||||
$(crot)/specifiedRotation.C
|
||||
$(crot)/EulerCoordinateRotation.C
|
||||
$(crot)/STARCDCoordinateRotation.C
|
||||
|
||||
polyMeshZipUpCells/polyMeshZipUpCells.C
|
||||
primitiveMeshGeometry/primitiveMeshGeometry.C
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
#warning File removed - left for old dependency check only
|
Loading…
Reference in New Issue
Block a user