mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
clean up whitespaces
remove extra spaces, convert tabs to spaces
This commit is contained in:
@ -46,7 +46,7 @@ tmp<volScalarField> chemistryModel::Smi(label i) const
|
||||
|
||||
tmp<volScalarField> chemistryModel::Sm() const
|
||||
{
|
||||
FatalError<<"the solver calls for Smi()\n"
|
||||
FatalError<<"the solver calls for Sm()\n"
|
||||
<<"please activate 'speciesModel' in 'chemistryModels'"
|
||||
<<abort(FatalError);
|
||||
|
||||
|
||||
@ -96,9 +96,9 @@ public:
|
||||
|
||||
virtual void execute() = 0;
|
||||
|
||||
virtual tmp<volScalarField> Smi (const label i) const;
|
||||
virtual tmp<volScalarField> Smi(const label i) const;
|
||||
|
||||
virtual tmp<volScalarField> Sm () const;
|
||||
virtual tmp<volScalarField> Sm() const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user