Skip to content

Commit

Permalink
adapt python bindings to newly generated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Dec 18, 2023
1 parent a0ea414 commit dad59d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bindings/python_internal/configuration.i
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
#include "generated/CPACSWallPositionUIDs.h"
#include "generated/CPACSWallPosition.h"
#include "generated/CPACSWallPositions.h"
#include "generated/CPACSWallSegment_phi.h"
#include "generated/CPACSWallSegment.h"
#include "generated/CPACSWallSegments.h"
#include "generated/CPACSUIDSequence.h"
Expand Down Expand Up @@ -130,7 +129,6 @@
%boost_optional(tigl::CCPACSWingRibsDefinitions)
%boost_optional(tigl::CCPACSWingSpars)
%boost_optional(tigl::generated::CPACSGuideCurve_continuity)
%boost_optional(tigl::CCPACSRectangleProfile_cornerRadius)
%boost_optional(tigl::CCPACSRectangleProfile)
%boost_optional(tigl::CCPACSStandardProfile)
%boost_optional(tigl::CCPACSWingProfileCST)
Expand Down Expand Up @@ -187,7 +185,6 @@
%include "generated/CPACSWallPositionUIDs.h"
%include "generated/CPACSWallPosition.h"
%include "generated/CPACSWallPositions.h"
%include "generated/CPACSWallSegment_phi.h"
%include "generated/CPACSWallSegment.h"
%include "generated/CPACSWallSegments.h"
%boost_optional(tigl::generated::CPACSWalls)
Expand Down Expand Up @@ -405,7 +402,6 @@ class CCPACSWingRibsPositioning;
%include "generated/CPACSCst2D.h"
%include "ITiglWingProfileAlgo.h"
%include "generated/CPACSPosExcl0DoubleBase.h"
%include "generated/CPACSRectangleProfile_cornerRadius.h"
%include "generated/CPACSRectangleProfile.h"
%include "generated/CPACSStandardProfile.h" //TODO: Need to replace with implementation CCPACSStandardProfile.h, once it exists.
%include "CCPACSWingProfileCST.h"
Expand Down

0 comments on commit dad59d4

Please sign in to comment.