WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
Alpine3D
Commits
e5f1104b
Commit
e5f1104b
authored
Mar 26, 2021
by
Adrien Michel
Browse files
Allow compilation with snowpack dev commit 1894
parent
705794de
Changes
1
Hide whitespace changes
Inline
Side-by-side
alpine3d/SnowpackInterface.cc
View file @
e5f1104b
...
...
@@ -1181,7 +1181,7 @@ SN_SNOWSOIL_DATA SnowpackInterface::getIcePixel(const double glacier_height, con
snow_stations_tmp
.
push_back
(
NULL
);
continue
;
}
snow_stations_tmp
.
push_back
(
new
SnowStation
(
useCanopy
,
useSoil
)
);
snow_stations_tmp
.
push_back
(
new
SnowStation
(
useCanopy
,
useSoil
,
true
)
);
SnowStation
&
snowPixel
=
*
(
snow_stations_tmp
.
back
());
const
bool
is_special_point
=
SnowpackInterfaceWorker
::
is_special
(
pts
,
ix
,
iy
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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