Skip to content
Snippets Groups Projects
Commit 0c61e42f authored by Youett, Jonathan's avatar Youett, Jonathan Committed by akbib@FU-BERLIN.DE
Browse files

bugfix...

[[Imported from SVN: r7917]]
parent 0633c805
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ GlobalGeodesicFEFunction {
{}
/** \brief Evaluate the function at local coordinates. */
void evaluateLocal(const Element& element, const Dune::FieldVector<gridDim,ctype>& local, TargetSpace& out)
void evaluateLocal(const Element& element, const Dune::FieldVector<ctype,gridDim>& local, TargetSpace& out)
{
int numOfBasisFct = basis_.getLocalFiniteElement(element).size();
......@@ -54,7 +54,7 @@ GlobalGeodesicFEFunction {
}
/** \brief Evaluate the derivative of the function at local coordinates. */
void evaluateDerivativeLocal(const Element& element, const Dune::FieldVector<gridDim,ctype>& local,
void evaluateDerivativeLocal(const Element& element, const Dune::FieldVector<ctype,gridDim>& local,
Dune::FieldMatrix<ctype, embeddedDim, gridDim>& out)
{
int numOfBasisFct = basis_.getLocalFiniteElement(element).size();
......
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