Spelling mistakes
This commit is contained in:
parent
0a435f2760
commit
12c84bf317
3 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@ public:
|
|||
//- Return interpolated addressing
|
||||
virtual const labelListList& addressing() const;
|
||||
|
||||
//- Return interpolaion weights
|
||||
//- Return interpolation weights
|
||||
virtual const scalarListList& weights() const;
|
||||
|
||||
//- Are there any inserted faces
|
||||
|
|
|
@ -155,7 +155,7 @@ public:
|
|||
//- Return interpolated addressing
|
||||
virtual const labelListList& addressing() const;
|
||||
|
||||
//- Return interpolaion weights
|
||||
//- Return interpolation weights
|
||||
virtual const scalarListList& weights() const;
|
||||
|
||||
//- Are there any inserted faces
|
||||
|
|
|
@ -144,7 +144,7 @@ public:
|
|||
//- Return interpolated addressing
|
||||
virtual const labelListList& addressing() const;
|
||||
|
||||
//- Return interpolaion weights
|
||||
//- Return interpolation weights
|
||||
virtual const scalarListList& weights() const;
|
||||
|
||||
};
|
||||
|
|
Reference in a new issue