File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ int main(int argc, char* argv[])
2222 std::cout << " === AERO ALGO ====" << std::endl;
2323
2424 if (argc != 5 ) {
25- std::cout << " Merci de préciser <repertoire/de/travail> <fichier_param.ini> <fichier_sorti.cgns>" << std::endl;
25+ std::cout << " Merci de préciser <repertoire/de/travail> <fichier_param.ini> <fichier_sorti.cgns> <2D/3D> " << std::endl;
2626 exit (0 );
2727 }
2828
@@ -63,4 +63,4 @@ int main(int argc, char* argv[])
6363#endif
6464 }
6565 }
66- }
66+ }
Original file line number Diff line number Diff line change 22// Created by calderans on 30/06/23.
33//
44
5+ #include < iostream>
56
6- using namespace gmds ;
7- using namespace blocking ;
87/* ----------------------------------------------------------------------------*/
98int main (int argc, char ** argv)
109{
Original file line number Diff line number Diff line change 11//
22// Created by calderans on 30/06/23.
33//
4- #include " ../../aero/inc/gmds/aero/CGNSWriter3D.h"
4+ // #include "../../aero/inc/gmds/aero/CGNSWriter3D.h"
5+ #include < iostream>
56
6- using namespace gmds ;
7- using namespace blocking ;
87/* ----------------------------------------------------------------------------*/
98int main (int argc, char ** argv)
109{
@@ -18,7 +17,7 @@ int main(int argc, char** argv)
1817 std::string path (argv[2 ]);
1918 std::string filename (argv[3 ]);
2019
21- gmds::aero::CGNSWriter3D writer3D;
22- writer3D.write (param_file,filename,path);
20+ // gmds::aero::CGNSWriter3D writer3D;
21+ // writer3D.write(param_file,filename,path);
2322
24- }
23+ }
You can’t perform that action at this time.
0 commit comments