diff --git a/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C b/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C
index c753d31d569f637c4240c40460d7e2b23574900c..9ad0a61a2e002b00179e22b7782d00f54da1e973 100644
--- a/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C
+++ b/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C
@@ -267,7 +267,12 @@ void Foam::phaseProperties::initialiseGlobalIds
         case SOLID:
         {
             setGlobalIds(solidNames);
-            setGlobalGasIds(YGas);
+            WarningIn
+            (
+                "phaseProperties::initialiseGlobalIds(...)"
+            )   << "Assuming no mapping between solid and carrier species"
+                << endl;
+//            setGlobalGasIds(YGas);
             break;
         }
         default: