Removed commented out members
This commit is contained in:
parent
930279260e
commit
0179df1da3
1 changed files with 0 additions and 12 deletions
|
@ -641,24 +641,12 @@ public:
|
|||
const Field<Type>& pf
|
||||
) const;
|
||||
|
||||
// template<class Type>
|
||||
// tmp<Field<Type> > masterToSlavePointInterpolate
|
||||
// (
|
||||
// const tmp<Field<Type> >& tpf
|
||||
// ) const;
|
||||
|
||||
template<class Type>
|
||||
tmp<Field<Type> > slaveToMasterPointInterpolate
|
||||
(
|
||||
const Field<Type>& pf
|
||||
) const;
|
||||
|
||||
// template<class Type>
|
||||
// tmp<Field<Type> > slaveToMasterPointInterpolate
|
||||
// (
|
||||
// const tmp<Field<Type> >& tpf
|
||||
// ) const;
|
||||
|
||||
|
||||
// Edit
|
||||
|
||||
|
|
Reference in a new issue