From e5fd6a4cafebfe0d0e65e46b9755ec03c5a0ec64 Mon Sep 17 00:00:00 2001 From: ignis Date: Tue, 17 Apr 2018 22:06:28 +0900 Subject: [PATCH] Revert "fully qualified reference to indirect base class constructor" This reverts commit ccb67c70d2ceb7328ac3571cd6a3a09ee1e6916e. --- .../clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C b/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C index 8a5411c35..5d4cdb97e 100644 --- a/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C +++ b/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C @@ -43,7 +43,7 @@ Foam::ThermoMPPICCloud::ThermoMPPICCloud bool readFields ) : - MPPICCloud::cloudType(cloudName, rho, U, g, thermo, false) + CloudType(cloudName, rho, U, g, thermo, false) { this->packingModel_.clear(); this->dampingModel_.clear();