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
be2d469c
Commit
be2d469c
authored
Jul 26, 2010
by
Thomas Egger
Browse files
Update for the assignment operator of MeteoData necessary due to new capabilities of MeteoData
parent
f0f4b90c
Changes
1
Hide whitespace changes
Inline
Side-by-side
meteoio/MeteoData.cc
View file @
be2d469c
...
...
@@ -172,6 +172,7 @@ MeteoData& MeteoData::operator=(const MeteoData& rhs)
date
=
rhs
.
date
;
resampled
=
rhs
.
resampled
;
extraparameters
=
rhs
.
extraparameters
;
initParameterMap
();
std
::
map
<
unsigned
int
,
double
*>::
const_iterator
it
;
...
...
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