mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Correcting typos
This commit is contained in:
@ -374,7 +374,7 @@ void Foam::functionObjects::fieldVisualisationBase::addGlyphs
|
||||
// data->GetPointData()->GetScalars(scaleFieldNameChar);
|
||||
// values->GetRange(range);
|
||||
|
||||
// Set range accoding to user-supplied limits
|
||||
// Set range according to user-supplied limits
|
||||
range[0] = range_.first();
|
||||
range[1] = range_.second();
|
||||
glyph->ClampingOn();
|
||||
|
||||
@ -114,7 +114,7 @@ protected:
|
||||
|
||||
// Protected functions
|
||||
|
||||
//- Initialse actor
|
||||
//- Initialise actor
|
||||
void initialiseActor(vtkActor* actor) const;
|
||||
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@ public:
|
||||
);
|
||||
|
||||
|
||||
//- Desructor
|
||||
//- Destructor
|
||||
virtual ~runTimePostProcessing();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user