Skip to content

Commit 79b66b1

Browse files
committed
Vectorized
1 parent 605842a commit 79b66b1

6 files changed

Lines changed: 373 additions & 212 deletions

File tree

src/defs.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ constexpr integer MP = 17;
4141
constexpr integer MP = 7;
4242
#endif
4343

44-
using space_vector = std::array<real,3>;
44+
template<class T>
45+
using space_vector = std::array<T,3>;
4546

4647
#endif /* DEFS_H_ */

0 commit comments

Comments
 (0)