setup.py work..

This commit is contained in:
rowanc1
2014-02-27 12:31:59 -08:00
parent 0e9b1371e3
commit d8128c2976
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ However, it can be shown that this does not conserve mass in the discrete formul
Here we reproduce the results from Ceilia et al. (1990):
.. plot:: examples/richards/comparisonToCeiliaEtAl1990.py
.. plot:: examples/richards_comparisonToCeiliaEtAl1990.py
Richards
========
+2 -5
View File
@@ -6,8 +6,5 @@ except ImportError, e:
os.system('mv simpeg/SimPEG temp')
os.system('rm -rf simpeg')
os.system('mv temp SimPEG')
# os.system('mkdir simp')
# os.system('cp -r SimPEG simpegflow/docs/examples/SimPEG')
print os.path.abspath('.')
print os.system('ls')
os.system('mkdir docs/examples/SimPEG')
os.system('cp -r SimPEG simpegflow/docs/examples/SimPEG')