We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a36eba + aa470d0 commit 8816a3fCopy full SHA for 8816a3f
src/Modules/Legacy/Fields/ExtractSimpleIsosurface.cc
@@ -56,6 +56,7 @@ void ExtractSimpleIsosurfaceModule::setStateDefaults()
56
setStateStringFromAlgo(Parameters::ListOfIsovalues);
57
setStateIntFromAlgo(Parameters::QuantityOfIsovalues);
58
get_state()->setValue(Parameters::IsovalueListString, std::string());
59
+ get_state()->setValue(Parameters::IsovalueChoice, std::string("Single"));
60
}
61
62
void ExtractSimpleIsosurfaceModule::execute()
0 commit comments