Skip to content
Snippets Groups Projects
Commit c1aa3c7a authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fix folder name

parent a9238cae
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env python2
#! /usr/bin/env python
#######################################################################
# #
# Copyright 2015 Max Planck Institute #
......@@ -57,7 +57,7 @@ if __name__ == '__main__':
'--nparticles', '1000',
'--niter_todo', '32',
'--precision', 'single',
'--wd', '"data/single"'] +
'--wd', 'data/single'] +
sys.argv[1:])
scaling(opt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment