Skip to content

Commit

Permalink
Remove the unnecessary assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Mar 29, 2016
1 parent 858eed0 commit 9b9a159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
Expand Up @@ -582,8 +582,6 @@ void MetaModelEditor::alignInterfaces(QString fromSubModel, QString toSubModel)
return;
}

Q_ASSERT(1==2);

//Convert from strings to arrays
double cg_x1_phi_cg[3],cg_x2_phi_cg[3],x1_c1_phi_x1[3],x2_c2_phi_x2[3];
double cg_x1_r_cg[3],cg_x2_r_cg[3],x1_c1_r_x1[3],x2_c2_r_x2[3];
Expand Down

0 comments on commit 9b9a159

Please sign in to comment.