Skip to content

Commit

Permalink
print to argument stream, instead of cout
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Nov 20, 2014
1 parent a0fff0e commit 6d8e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/physical.cpp.in
Expand Up @@ -50,7 +50,7 @@ void @ModelName@_physical::print(std::ostream& ostr) const

std::ostream& operator<<(std::ostream& ostr, const @ModelName@_physical& phys_pars)
{
phys_pars.print(std::cout);
phys_pars.print(ostr);
return ostr;
}

Expand Down

0 comments on commit 6d8e2db

Please sign in to comment.