Skip to content
Snippets Groups Projects
Commit 3b364366 authored by Christian Engwer's avatar Christian Engwer
Browse files

inline fill_row to avoid linker errors

[[Imported from SVN: r1066]]
parent af8b2625
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ namespace Dune {
//! print a row of zeros for a non-existing block
void fill_row (std::ostream& s, int m, int width, int precision)
inline void fill_row (std::ostream& s, int m, int width, int precision)
{
for (int j=0; j<m; j++)
{
......
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