Skip to content
Snippets Groups Projects
Verified Commit 831bd677 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

test/visitor: add additional disp

parent b11b284e
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,8 @@ struct SimpleBinaryVisitor4
BOOST_CHECK(!jmodel2.shortname().empty());
std::cout << "joint1 name: " << jmodel1.shortname() << std::endl;
std::cout << "joint2 name: " << jmodel2.shortname() << std::endl;
std::cout << "jdata1 name: " << jdata1.classname() << std::endl;
std::cout << "jdata2 name: " << jdata2.classname() << std::endl;
}
};
......
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