TridiagonalMatrix: move stream output to compile unit

This commit is contained in:
Arne Morten Kvarving
2022-12-23 14:15:50 +01:00
parent c7d1fb33e7
commit 7d386d9082
4 changed files with 78 additions and 40 deletions

View File

@@ -41,6 +41,7 @@ gnuplot> plot "spline.csv" using 1:2 w l ti "Curve", \
#include <opm/material/common/Spline.hpp>
#include <array>
#include <iostream>
template <class Spline>
void testCommon(const Spline& sp,