Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/micmacIGN/micmac
Browse files Browse the repository at this point in the history
  • Loading branch information
erupnik committed Apr 16, 2020
2 parents 0bf104f + cca7164 commit 9cfb1ba
Show file tree
Hide file tree
Showing 29 changed files with 1,624 additions and 345 deletions.
1 change: 1 addition & 0 deletions MMVII/include/MMVII_DeclareAllCmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extern cSpecMMVII_Appli TheSpecEditSet;
extern cSpecMMVII_Appli TheSpecEditRel;
extern cSpecMMVII_Appli TheSpecWalkman;
extern cSpecMMVII_Appli TheSpecDaisy;
extern cSpecMMVII_Appli TheSpecCatVideo;
extern cSpecMMVII_Appli TheSpec_TestEigen;
extern cSpecMMVII_Appli TheSpec_ComputeParamIndexBinaire;
extern cSpecMMVII_Appli TheSpecTestRecall;
Expand Down
6 changes: 3 additions & 3 deletions MMVII/include/MMVII_Error.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ void MMVII_RestoreDefaultHandle();
{ MMVVI_Error("Internal Error",aMes,__FILE__,__LINE__);}

void MMVII_UsersErrror(const eTyUEr &,const std::string & aMes);
#define MMVII_INTERNAL_ASSERT_user(aRef,aMes)\
if (The_MMVII_DebugLevel>=The_MMVII_DebugLevel_UserError ) \
#define MMVII_INTERNAL_ASSERT_User(aTest,aRef,aMes)\
if ((The_MMVII_DebugLevel>=The_MMVII_DebugLevel_UserError) && (!(aTest))) \
{ MMVII_UsersErrror(aRef,aMes);}

void MMVII_UnclasseUsEr(const std::string & aMes);


#define MMVII_INTERNAL_ASSERT_always(aTest,aMes)\
Expand Down
Loading

0 comments on commit 9cfb1ba

Please sign in to comment.