Skip to content
Snippets Groups Projects
Commit a6ba57f8 authored by Gabriele Buondonno's avatar Gabriele Buondonno Committed by olivier stasse
Browse files

[test_device] Fix print

parent c772de5d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE(test_device) {
for (unsigned int i = 0; i < 2000; i++) {
aDevice.stateSOUT.recompute(i);
if (i == 1)
std::cout << " First integration " << aDevice.stateSOUT << std::endl;
std::cout << "First integration:\n" << aDevice.stateSOUT(i).transpose() << std::endl;
}
aDevice.display(std::cout);
......
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