From ccb67c70d2ceb7328ac3571cd6a3a09ee1e6916e Mon Sep 17 00:00:00 2001 From: ignis Date: Tue, 6 Feb 2018 15:51:21 +0900 Subject: [PATCH] fully qualified reference to indirect base class constructor --- .../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 5d4cdb97e..8a5411c35 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 ) : - CloudType(cloudName, rho, U, g, thermo, false) + MPPICCloud::cloudType(cloudName, rho, U, g, thermo, false) { this->packingModel_.clear(); this->dampingModel_.clear();