Skip to content

Commit 335a5ae

Browse files
authored
Merge branch 'main' into issue#208
2 parents bfbb267 + c46264a commit 335a5ae

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/Core/Topo/TopoManagerIfc.cpp

Whitespace-only changes.

src/Core/protected/Topo/TopoManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ class TopoManager final : public Internal::CommandCreator {
10221022
* \param deg_max degré maximum pour les polynomes des B-Splines
10231023
*/
10241024
Mgx3D::Internal::M3DCommandResult*
1025-
importMDL(std::string n, const bool all, const bool useAreaName,
1025+
importMDL(std::string n, const bool all, const bool useAreaName=false,
10261026
std::string prefixName="", int deg_min=1, int deg_max=2);
10271027
SET_SWIG_COMPLETABLE_METHOD(importMDL)
10281028

src/Core/protected/Topo/TopoManagerIfc.h

Whitespace-only changes.

0 commit comments

Comments
 (0)