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