Skip to content
Snippets Groups Projects

1st Loop namespace and functions created

Merged gPauls-TUHH requested to merge fix/1stLoop_design_mission into develop
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -29,7 +29,6 @@ mission_analysis::mission_analysis(const int argc, char *argv[], const std::stri
std::string method = (EndnodeReadOnly<std::string>("program_settings/mode/mission_methods/fidelity_level").read(rtIO_->moduleConfig).value());
std::string mission_type(EndnodeReadOnly<std::string>("program_settings/mode/mission_methods/mission_type").read(rtIO_->moduleConfig).value());
if (mission_type == "design_mission" && !rtIO_->acxml.find("analysis/mission/design_mission")) { // Catch if we are in the first loop
myRuntimeInfo->out << "asds" << std::endl;
mission_type += "_1st_loop";
}
// if (this->has_requirements_to_be_checked(mission_type)) { // Run strategy with requirements check
Loading