diff --git a/src/lagrangian/Allwmake b/src/lagrangian/Allwmake
index 0811d2b35a218861c27772c191e5ff3368ab57d8..0a5e86bdefa2e0948fb0d6ad077e436ae7cc518f 100755
--- a/src/lagrangian/Allwmake
+++ b/src/lagrangian/Allwmake
@@ -5,13 +5,6 @@ wmake libso basic
 wmake libso solidParticle
 wmake libso intermediate
 wmake libso dieselSpray
-<<<<<<< HEAD:src/lagrangian/Allwmake
-wmake libso molecularDynamics/potential
-wmake libso molecularDynamics/molecule
-
- 
-=======
 (cd molecularDynamics && wmake libso potential)
 (cd molecularDynamics && wmake libso molecule)
 
->>>>>>> small updates and removing X permissions:src/lagrangian/Allwmake
diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H
index 2b13f8231c3dbd0aeb4957503727ffe31942e552..0841bfe56c9b0496d6ceae1005e54806aaaed9b3 100644
--- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H
+++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H
@@ -57,15 +57,12 @@ class shifted
 
         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:
 
     //- Runtime type information
     TypeName("shifted");
 
+
     // Constructors
 
         //- Construct from components
diff --git a/src/postProcessing/forces/Make/options b/src/postProcessing/forces/Make/options
index 600305157800327a881d127187ee401ac496baa0..929d4c25d15f82207388b9503672aea0d2bcbc6b 100644
--- a/src/postProcessing/forces/Make/options
+++ b/src/postProcessing/forces/Make/options
@@ -12,17 +12,8 @@ LIB_LIBS = \
     -lfiniteVolume \
     -lmeshTools \
     -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 \
     -lincompressibleLESModels \
->>>>>>> updated to reflect changes in turbulence models:src/postProcessing/forces/Make/options
     -lbasicThermophysicalModels \
     -lspecie \
     -lcompressibleRASModels \