WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-hydrology
SnowQM
Commits
78783282
Commit
78783282
authored
Jun 10, 2022
by
Adrien Michel
Browse files
Changed upper limit
parent
7565e3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/spatial_pool.cpp
View file @
78783282
...
...
@@ -85,8 +85,8 @@ std::pair<std::vector <double>,std::vector <double>> spatialPoolsInternalDynamic
spatial_steps
,
elevation_steps
,
azi_steps
);
const
double
max_spatial
=
5
0
;
const
double
max_elevation
=
3
00
;
const
double
max_spatial
=
10
0
;
const
double
max_elevation
=
4
00
;
const
double
max_azi
=
180
;
bool
continue_loop
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment