From 0f0ca849f6ce2838ea2b49be8a1b5bdb63786484 Mon Sep 17 00:00:00 2001 From: dqueteschiner Date: Wed, 25 Mar 2015 11:01:56 +0100 Subject: [PATCH] remove extra semicolons --- .../cfdemParticle/cfdemCloud/cfdemCloud.H | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H b/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H index cf4e8d4d..cc6565b1 100644 --- a/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H +++ b/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H @@ -229,7 +229,7 @@ public: void setPos(double **&); - word modelType(){ return modelType_; }; + word modelType(){ return modelType_; } label particleCell(int); @@ -311,18 +311,18 @@ public: virtual inline int maxType() {return -1;} virtual inline bool multipleTypesDMax() {return false;} virtual inline bool multipleTypesDMin() {return false;} - virtual inline double ** particleDensity() const {return NULL;}; - virtual inline int ** particleTypes() const {return NULL;}; - virtual label particleType(label index) const {return -1;}; + virtual inline double ** particleDensity() const {return NULL;} + virtual inline int ** particleTypes() const {return NULL;} + virtual label particleType(label index) const {return -1;} //access to the particle's rotation and torque data - virtual inline double ** DEMTorques() const {return NULL;}; - virtual inline double ** omegaArray() const {return NULL;}; - virtual vector omega(int) const {return Foam::vector(0,0,0);}; + virtual inline double ** DEMTorques() const {return NULL;} + virtual inline double ** omegaArray() const {return NULL;} + virtual vector omega(int) const {return Foam::vector(0,0,0);} //access to the particles' orientation information - virtual inline double ** exArray() const {return NULL;}; - virtual vector ex(int) const {return Foam::vector(0,0,0);}; + virtual inline double ** exArray() const {return NULL;} + virtual vector ex(int) const {return Foam::vector(0,0,0);} //Detector if SRF module is enable or not virtual inline bool SRFOn(){return false;}