CellModules
macros.h
Go to the documentation of this file.
1#ifndef MECACELL_MACROS_H
2#define MECACELL_MACROS_H
3#include <type_traits>
4#define dispV(v) "(" << v.x << "," << v.y << "," << v.z << ")"
5#endif