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-models
Alpine3D
Commits
e22a16bf
Verified
Commit
e22a16bf
authored
Mar 26, 2021
by
Adrien Michel
Committed by
Julien Esseiva
Apr 14, 2021
Browse files
Allow compilation with snowpack dev commit 1894
parent
eafcad51
Changes
1
Hide whitespace changes
Inline
Side-by-side
alpine3d/SnowpackInterface.cc
View file @
e22a16bf
...
...
@@ -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
.
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