mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Coding style cleanup
This commit is contained in:
@@ -29,9 +29,11 @@ namespace openspace::fls {
|
||||
Model stringToModel(const std::string& s) {
|
||||
if (s == "batsrus") {
|
||||
return Model::Batsrus;
|
||||
} else if (s == "enlil") {
|
||||
}
|
||||
else if (s == "enlil") {
|
||||
return Model::Enlil;
|
||||
} else if (s == "pfss") {
|
||||
}
|
||||
else if (s == "pfss") {
|
||||
return Model::Pfss;
|
||||
}
|
||||
return Model::Invalid;
|
||||
|
||||
Reference in New Issue
Block a user