Skip to content
Snippets Groups Projects
Commit 0918b96d authored by Porrmann, Maik's avatar Porrmann, Maik
Browse files

remove bug in miBasis test

parent a5cf9a71
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
std::cout << "Argyris Basis " << std::endl << val << std::endl;
std::vector<decltype(argyris)::Traits::JacobianType> jacs;
argyris.evaluateJacobian(x, jacs);
// argyris.evaluateJacobian(x, jacs);
std::cout << "Argyris Basis Jacobian " << std::endl << jacs << std::endl;
return 0;
......
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