Corrected a wrong comment
This commit is contained in:
parent
f674fbeb14
commit
48a784d122
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class eoMonGenOp : public eoGenOp<EOT>
|
||||||
eoMonOp<EOT>& op;
|
eoMonOp<EOT>& op;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Wrapper for binop: here we use erase method of eoPopulator
|
/** Wrapper for binop: here we use select method of eoPopulator
|
||||||
* but we could also have an embedded selector to select the second parent
|
* but we could also have an embedded selector to select the second parent
|
||||||
*/
|
*/
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
|
|
|
||||||
Reference in a new issue