Skip to content
Snippets Groups Projects
Commit c67deba1 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Consider insertion code in ResNum string conversion

parent aa933d6d
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ typedef std::vector<ResNum> ResNumList;
inline std::ostream& operator<<(std::ostream& os, const ResNum& n)
{
return os << n.GetNum();
os << n.GetNum();
if (n.GetInsCode()!='\0')
os << n.GetInsCode();
return os;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment