mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removing multiple diff patches in src/lagrangian/Allwmake src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H src/postProcessing/forces/Make/options following a rebase
This commit is contained in:
@ -5,13 +5,6 @@ wmake libso basic
|
|||||||
wmake libso solidParticle
|
wmake libso solidParticle
|
||||||
wmake libso intermediate
|
wmake libso intermediate
|
||||||
wmake libso dieselSpray
|
wmake libso dieselSpray
|
||||||
<<<<<<< HEAD:src/lagrangian/Allwmake
|
|
||||||
wmake libso molecularDynamics/potential
|
|
||||||
wmake libso molecularDynamics/molecule
|
|
||||||
|
|
||||||
|
|
||||||
=======
|
|
||||||
(cd molecularDynamics && wmake libso potential)
|
(cd molecularDynamics && wmake libso potential)
|
||||||
(cd molecularDynamics && wmake libso molecule)
|
(cd molecularDynamics && wmake libso molecule)
|
||||||
|
|
||||||
>>>>>>> small updates and removing X permissions:src/lagrangian/Allwmake
|
|
||||||
|
|||||||
@ -57,15 +57,12 @@ class shifted
|
|||||||
|
|
||||||
scalar e_at_rCut_;
|
scalar e_at_rCut_;
|
||||||
|
|
||||||
<<<<<<< HEAD:src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> fixed missing public: in src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H:src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
//- Runtime type information
|
//- Runtime type information
|
||||||
TypeName("shifted");
|
TypeName("shifted");
|
||||||
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct from components
|
//- Construct from components
|
||||||
|
|||||||
@ -12,17 +12,8 @@ LIB_LIBS = \
|
|||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
-lincompressibleTransportModels \
|
-lincompressibleTransportModels \
|
||||||
<<<<<<< HEAD:src/postProcessing/forces/Make/options
|
|
||||||
<<<<<<< HEAD:src/postProcessing/forces/Make/options
|
|
||||||
-lincompressibleRASModels \
|
|
||||||
=======
|
|
||||||
-lincompressibleRASmodels \
|
|
||||||
>>>>>>> update to reflect RASmodel changes:src/postProcessing/forces/Make/options
|
|
||||||
-lincompressibleLESmodels \
|
|
||||||
=======
|
|
||||||
-lincompressibleRASModels \
|
-lincompressibleRASModels \
|
||||||
-lincompressibleLESModels \
|
-lincompressibleLESModels \
|
||||||
>>>>>>> updated to reflect changes in turbulence models:src/postProcessing/forces/Make/options
|
|
||||||
-lbasicThermophysicalModels \
|
-lbasicThermophysicalModels \
|
||||||
-lspecie \
|
-lspecie \
|
||||||
-lcompressibleRASModels \
|
-lcompressibleRASModels \
|
||||||
|
|||||||
Reference in New Issue
Block a user