Skip to content
Snippets Groups Projects
Commit 57be5799 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

Fix Interpolator

parent 19cabfc0
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ class FunctionSpaceScalar : public FunctionSpace{
/**
@fn FunctionSpaceScalar::FunctionSpaceScalar
@param goe A GroupOfElement
@em of @em the @em same @em geomtrical @emtype
@em of @em the @em same @em geomtrical @em type
@param basis A Basis (with a meaning on @c goe)
Instanciates a new FunctionSpaceScalar with the
given Basis on the given GroupOfElement
......
......@@ -37,7 +37,7 @@ class FunctionSpaceVector : public FunctionSpace{
/**
@fn FunctionSpaceVector::FunctionSpaceVector
@param goe A GroupOfElement
@em of @em the @em same @em geomtrical @emtype
@em of @em the @em same @em geomtrical @em type
@param basis A Basis (with a meaning on @c goe)
Instanciates a new FunctionSpaceVector with the
given Basis on the given GroupOfElement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment