Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed May 2, 2024
1 parent 642b77e commit 3b048a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 0 additions & 3 deletions MMVII/src/ConvertFormat/ImportOri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ std::vector<std::string> cAppli_ImportOri::Samples() const
int cAppli_ImportOri::Exe()
{
mPhProj.FinishInit();
//if (IsInit(&mSysCo))
// mPhProj.SaveCurSysCoOri(mPhProj.ReadSysCo(mSysCo));
if (IsInit(&mSysCo))
//SaveInFile( cSysCoProj(mSysCo) ,mPhProj.NameCurSysCo(mPhProj.DPOrient(),false));
mPhProj.SaveCurSysCoProjOri(mPhProj.ReadSysCoProj(mSysCo));

std::vector<std::vector<std::string>> aVNames;
Expand Down
10 changes: 5 additions & 5 deletions MMVII/src/SysCo/CreateRTL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
namespace MMVII
{

/* ********************************************************** */
/* */
/* cAppli_ImportGCP */
/* */
/* ********************************************************** */
/* ********************************************************** */
/* */
/* cAppli_ImportGCP */
/* */
/* ********************************************************** */

class cAppli_CreateRTL : public cMMVII_Appli
{
Expand Down
2 changes: 0 additions & 2 deletions MMVII/src/SysCo/SysCoProj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,6 @@ void BenchSysCo(cParamExeBench & aParam)
}



std::cout<<"Bench SysCo finished."<<std::endl;
aParam.EndBench();
return;
}
Expand Down

0 comments on commit 3b048a4

Please sign in to comment.