summaryrefslogtreecommitdiff
path: root/modules/core/c++/particle/cuboid/common.hpp
blob: a859cbefa98725824976e13830139ab1de543f88 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace kel {
namespace lbm {
namespace coll {
template<typename T>
struct Cuboid {};
}
}
}