Skip to content

Commit

Permalink
topoflex update fro freezeing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapschellekens committed Nov 16, 2016
1 parent dbe2618 commit 75aadcf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion wflow-py/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="1.0.master.1"
MVERSION="1.0.master"
NVERSION="1.0.1"
BUILD="2016-11-15 19:46:57.535519"
BUILD="2016-11-16 14:37:38.404000"
7 changes: 5 additions & 2 deletions wflow-py/make_wflow_exe_cx.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
- deltashell - includes bmi/mmi link top deltashell. Windows only. Make sure you have zmq, bmi and mmi
installed. bmi and mmi can be downloaded from the openearth github repository
"""

target = 'deltashell'
#target ='normal'

from cx_Freeze import setup, Executable, hooks


Expand Down Expand Up @@ -66,8 +70,7 @@

os.system("python mkversion.py")

target = 'deltashell'
target ='normal'


data_files=[]
scipy_path = os.path.dirname(scipy.__file__)
Expand Down
2 changes: 1 addition & 1 deletion wflow-py/wflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
__version__="1.0.master"
__release__="1.0.master.1"
__versionnr__="1.0.1"
__build__="2016-11-15 19:46:57.535519"
__build__="2016-11-16 14:37:38.404000"
import osgeo.gdal as gdal
14 changes: 7 additions & 7 deletions wflow-py/wflow/wflow_topoflex.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
$Rev: 898 $
"""

import reservoir_Si
import reservoir_Sa
import reservoir_Sw
import reservoir_Su
import reservoir_Sf
import reservoir_Ss
import JarvisCoefficients
import wflow.reservoir_Si as reservoir_Si
import wflow.reservoir_Sa as reservoir_Sa
import wflow.reservoir_Sw as reservoir_Sw
import wflow.reservoir_Su as reservoir_Su
import wflow.reservoir_Sf as reservoir_Sf
import wflow.reservoir_Ss as reservoir_Ss
import wflow.JarvisCoefficients as JarvisCoefficients

import numpy
import os
Expand Down

0 comments on commit 75aadcf

Please sign in to comment.