summaryrefslogtreecommitdiff
path: root/tests/converter.cpp
blob: 3c663487ce110d82312a402609d99a54dd422894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <forstio/test/suite.hpp>

#include "../c++/converter.hpp"


namespace {
namespace sch {
using namespace kel::lbm::sch;

using T = Float64;
}

SAW_TEST("Meter"){
	using namespace kel;

	lbm::converter<sch::T> converter;
}
}