Skip to content

Commit 25a252d

Browse files
committed
- removed to aero CGNSwriter in main_cgns.cpp
1 parent d95fa46 commit 25a252d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

blocking/src/main_cgns.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

67

78
using namespace gmds;
@@ -18,7 +19,7 @@ int main(int argc, char** argv)
1819
std::string path(argv[2]);
1920
std::string filename(argv[3]);
2021

21-
gmds::aero::CGNSWriter3D writer3D;
22-
writer3D.write(param_file,filename,path);
22+
//gmds::aero::CGNSWriter3D writer3D;
23+
//writer3D.write(param_file,filename,path);
2324

2425
}

0 commit comments

Comments
 (0)