Skip to content

Commit 75aadcf

Browse files
topoflex update fro freezeing
1 parent dbe2618 commit 75aadcf

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

wflow-py/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VERSION="1.0.master.1"
22
MVERSION="1.0.master"
33
NVERSION="1.0.1"
4-
BUILD="2016-11-15 19:46:57.535519"
4+
BUILD="2016-11-16 14:37:38.404000"

wflow-py/make_wflow_exe_cx.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
- deltashell - includes bmi/mmi link top deltashell. Windows only. Make sure you have zmq, bmi and mmi
1111
installed. bmi and mmi can be downloaded from the openearth github repository
1212
"""
13+
14+
target = 'deltashell'
15+
#target ='normal'
16+
1317
from cx_Freeze import setup, Executable, hooks
1418

1519

@@ -66,8 +70,7 @@
6670

6771
os.system("python mkversion.py")
6872

69-
target = 'deltashell'
70-
target ='normal'
73+
7174

7275
data_files=[]
7376
scipy_path = os.path.dirname(scipy.__file__)

wflow-py/wflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
__version__="1.0.master"
33
__release__="1.0.master.1"
44
__versionnr__="1.0.1"
5-
__build__="2016-11-15 19:46:57.535519"
5+
__build__="2016-11-16 14:37:38.404000"
66
import osgeo.gdal as gdal

wflow-py/wflow/wflow_topoflex.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
$Rev: 898 $
2222
"""
2323

24-
import reservoir_Si
25-
import reservoir_Sa
26-
import reservoir_Sw
27-
import reservoir_Su
28-
import reservoir_Sf
29-
import reservoir_Ss
30-
import JarvisCoefficients
24+
import wflow.reservoir_Si as reservoir_Si
25+
import wflow.reservoir_Sa as reservoir_Sa
26+
import wflow.reservoir_Sw as reservoir_Sw
27+
import wflow.reservoir_Su as reservoir_Su
28+
import wflow.reservoir_Sf as reservoir_Sf
29+
import wflow.reservoir_Ss as reservoir_Ss
30+
import wflow.JarvisCoefficients as JarvisCoefficients
3131

3232
import numpy
3333
import os

0 commit comments

Comments
 (0)