Skip to content
Snippets Groups Projects
Commit c9ea89b5 authored by gPauls-TUHH's avatar gPauls-TUHH
Browse files

update

parent 85012eb0
No related branches found
No related tags found
1 merge request!12Feature/cpacs interface
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
......@@ -104,6 +104,13 @@ void UNICADO2CPACS::initialize() {
void UNICADO2CPACS::run() {
myRuntimeInfo->out << "Run conversion: UNICADO -> CPACS" << std::endl;
/* PLACEHOLDER FOR KAMYAR - Geometry setup */
convertWing();
// convertFuselage();
// convertNacelles();
// convertPylons();
this->cpacs_pt->info.uID = this->cpacsAircraftUID;
myRuntimeInfo->out << "###############################################" << std::endl;
myRuntimeInfo->out << "Target aircraft: " << rtIO->aircraft_type() + "-" + rtIO->aircraft_model() << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment