File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed
Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11VERSION = "1.0.master.1"
22MVERSION = "1.0.master"
33NVERSION = "1.0.1"
4- BUILD = "2016-11-15 19:46:57.535519 "
4+ BUILD = "2016-11-16 14:37:38.404000 "
Original file line number Diff line number Diff line change 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+
1317from cx_Freeze import setup , Executable , hooks
1418
1519
6670
6771os .system ("python mkversion.py" )
6872
69- target = 'deltashell'
70- target = 'normal'
73+
7174
7275data_files = []
7376scipy_path = os .path .dirname (scipy .__file__ )
Original file line number Diff line number Diff line change 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 "
66import osgeo .gdal as gdal
Original file line number Diff line number Diff line change 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
3232import numpy
3333import os
You can’t perform that action at this time.
0 commit comments