diff options
Diffstat (limited to 'msd/msdND/main.cpp')
-rw-r--r-- | msd/msdND/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/msd/msdND/main.cpp b/msd/msdND/main.cpp new file mode 100644 index 0000000..33b4e84 --- /dev/null +++ b/msd/msdND/main.cpp @@ -0,0 +1,4 @@ +#include "../src/msd.h" +// replace N with the number of dimension +// ex: MSD("msd13D",msd13D,13) for 13D +MSD("msdND",msdND,N) |