fix wrong doc for algo foundry

This commit is contained in:
Amine Aziz-Alaoui 2020-09-22 15:42:31 +02:00 committed by nojhan
commit 93da7a8dae

View file

@ -76,7 +76,7 @@ class eoOperatorFoundry : public eoForgeVector< Itf >
* In a second step, the operators to be used should be selected * In a second step, the operators to be used should be selected
* by indicating their index, just like if the foundry was an array: * by indicating their index, just like if the foundry was an array:
* @code * @code
* foundry = {0, 1, 2}; * foundry.select({0, 1, 2});
* // ^ ^ ^ * // ^ ^ ^
* // | | | * // | | |
* // | | + 3d operator * // | | + 3d operator