This commit is contained in:
Sébastien Loriot 2014-09-24 08:40:01 +02:00
parent 3d37d6abe6
commit 81d63b133e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public:
* \brief Construction from a vector of implicit functions. * \brief Construction from a vector of implicit functions.
* \param implicit_functions the vector of implicit functions. * \param implicit_functions the vector of implicit functions.
* *
* Poistions vectors are built automatically so that the union of components equals the union of the functions. * Position vectors are built automatically so that the union of components equals the union of the functions.
*/ */
Implicit_multi_domain_to_labeling_function_wrapper (const Function_vector& implicit_functions); Implicit_multi_domain_to_labeling_function_wrapper (const Function_vector& implicit_functions);