Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Achim Morschhauser
GeomagLogger
Commits
99e765fc
Commit
99e765fc
authored
Dec 01, 2020
by
Achim Morschhauser
Browse files
Make MD consistent
parent
2fd06729
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/data_obs_vector.hpp
View file @
99e765fc
...
...
@@ -30,7 +30,9 @@ class data_obs_vector : public data_obs
/** Standard Construtor */
public:
data_obs_vector
(
double
MD
=-
99999
,
int
Nsupp
=
2
);
//TODO Maybe there is a better way to initialize MD with the
// standard value in data_obs
data_obs_vector
(
double
MD
=
99999
,
int
Nsupp
=
2
);
data_obs_vector
(
int
Nsupp
);
data_obs_vector
(
data_obs_vector
*
data
);
...
...
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