diff --git a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H
index ae0dc780c9b294cb5bfb56a634c9a84ce46ec666..696728e7f97b846f20b6a0cb0660f804f9e1b848 100644
--- a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H
+++ b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H
@@ -166,15 +166,6 @@ protected:
             PtrList<volScalarField> YPrimary_;
 
 
-        // Limits
-
-            //- Minimum temperature limit (optional)
-            scalar Tmin_;
-
-            //- Maximum temperature limit (optional)
-            scalar Tmax_;
-
-
         // Sub-models
 
             //- Heat transfer coefficient bewteen film surface and primary
@@ -191,6 +182,14 @@ protected:
             autoPtr<filmRadiationModel> radiation_;
 
 
+        // Limits
+
+            //- Minimum temperature limit (optional)
+            scalar Tmin_;
+
+            //- Maximum temperature limit (optional)
+            scalar Tmax_;
+
 
     // Protected member functions