Skip to content

Commit

Permalink
minor change in report display legend in Element
Browse files Browse the repository at this point in the history
issue #27
  • Loading branch information
Valentin Noel committed Dec 10, 2013
1 parent 441ecba commit 804dfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/BasicElement/src/BasicElement/Element.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class Element
legend << " i = iteration " << std::endl;
legend << " S = status " << std::endl;
legend << " s = size " << std::endl;
legend << " @ = address " << std::endl;
legend << " E = Error " << std::endl;
legend << " W = Warning " << std::endl;
legend << std::endl;
Expand Down

0 comments on commit 804dfaa

Please sign in to comment.