mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fixed merge
This commit is contained in:
commit
ba2abd1bd6
15 changed files with 822 additions and 11287 deletions
|
@ -9,8 +9,8 @@ import pickle
|
|||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
if (len(sys.argv) == 0):
|
||||
print "Usage: ./anylyzeVoids.py parameter_file.py"
|
||||
if (len(sys.argv) == 1):
|
||||
print "Usage: ./analyzeVoids.py parameter_file.py"
|
||||
exit(-1)
|
||||
|
||||
if (len(sys.argv) > 1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue