Skip to content
Snippets Groups Projects
Commit 7c00a26f authored by Christian Engwer's avatar Christian Engwer
Browse files

ct is not defined... use type C

[[Imported from SVN: r3932]]
parent dd57dfbc
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ namespace Dune
};
//! return local coordinates of this integration point
const FieldVector<ct, dq>& position () const
const FieldVector<C, dq>& position () const
{
return q->position();
}
......@@ -217,7 +217,7 @@ namespace Dune
};
//! return local coordinates of integration point i
const FieldVector<ct, dq>& position () const
const FieldVector<C, dq>& position () const
{
return q.position();
}
......
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