added wsa to model in fieldlinesequence

This commit is contained in:
Sovanny Huy
2019-06-18 10:31:55 -04:00
parent df98dd5bf2
commit f4b35ea36b
8 changed files with 17 additions and 11 deletions

View File

@@ -807,6 +807,9 @@ void RenderableFieldlinesSequence::setModelDependentConstants() {
_scalingFactor = fls::RsToMeter;
limit = 100; // Just a default value far away from the solar surface
break;
case fls::Model::Wsa:
// should something go here?
break;
default:
break;
}