Skip to content

Commit a3d8ebb

Browse files
committed
Rebranchement ok sur Simulib
1 parent 62ad30c commit a3d8ebb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: src/CBinaires/mm3d.cpp

+6-4
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,12 @@ const std::vector<cMMCom> & SateLibAvailableCommands()
982982
return aRes;
983983
}
984984

985+
int SateLib_main(int argc, char ** argv)
986+
{
987+
return GenMain(argc, argv, SateLibAvailableCommands());
988+
}
989+
990+
985991
//===============================================
986992
// SimuLib declarations
987993
//===============================================
@@ -997,10 +1003,6 @@ const std::vector<cMMCom> & SimuLibAvailableCommands()
9971003
}
9981004

9991005

1000-
int SateLib_main(int argc, char ** argv)
1001-
{
1002-
return GenMain(argc, argv, SimuLibAvailableCommands());
1003-
}
10041006

10051007

10061008

0 commit comments

Comments
 (0)