Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

ostream friend doesn't need another template parameter #164

Closed evanberkowitz closed 7 months ago

evanberkowitz commented 7 months ago

I followed the Template friend operators of https://en.cppreference.com/w/cpp/language/friend to remove the template parameter of the ostream friend, which is now defined inline.

Marcel-Rodekamp commented 7 months ago

Compilation works on linux as well.