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
meteoio
Commits
7fdab238
Commit
7fdab238
authored
Mar 10, 2011
by
Thomas Egger
Browse files
Fix for issue 149: the is_soft member variable needed to be initialized to false!
parent
8799fd08
Changes
1
Hide whitespace changes
Inline
Side-by-side
meteoio/meteofilters/FilterMinMax.cc
View file @
7fdab238
...
...
@@ -57,6 +57,7 @@ void FilterMinMax::process(const unsigned int& index, const std::vector<MeteoDat
void
FilterMinMax
::
parse_args
(
std
::
vector
<
std
::
string
>
vec_args
)
{
vector
<
double
>
filter_args
;
is_soft
=
false
;
if
(
vec_args
.
size
()
>
2
){
is_soft
=
FilterBlock
::
is_soft
(
vec_args
);
...
...
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