Cleanup FieldlineSequence classes

This commit is contained in:
Alexander Bock
2018-03-01 19:55:50 -05:00
parent cf8371f304
commit ebd69d1333
13 changed files with 1210 additions and 1119 deletions
+3 -5
View File
@@ -24,10 +24,9 @@
#include <modules/fieldlinessequence/util/commons.h>
namespace openspace {
namespace fls {
namespace openspace::fls {
Model stringToModel(const std::string s) {
Model stringToModel(const std::string& s) {
if (s == "batsrus") {
return Model::Batsrus;
} else if (s == "enlil") {
@@ -38,5 +37,4 @@ Model stringToModel(const std::string s) {
return Model::Invalid;
}
} // namespace fls
} // namespace openspace
} // namespace openspace::fls