Removed commented out members

This commit is contained in:
Hrvoje Jasak 2017-07-07 13:25:38 +01:00
parent 930279260e
commit 0179df1da3

View file

@ -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