Skip to content
Snippets Groups Projects
Commit 135953b7 authored by Stefen Guzik's avatar Stefen Guzik
Browse files

Added CGNS IO
parent eb2faa96
Branches
Tags
No related merge requests found
...@@ -175,6 +175,12 @@ class GModel ...@@ -175,6 +175,12 @@ class GModel
int readBDF(const std::string &name); int readBDF(const std::string &name);
int writeBDF(const std::string &name, int format=0, bool saveAll=false, int writeBDF(const std::string &name, int format=0, bool saveAll=false,
double scalingFactor=1.0); double scalingFactor=1.0);
// IO for CGNS files
#if defined(HAVE_LIBCGNS)
int readCGNS(const std::string &name);
int writeCGNS(const std::string &name, double scalingFactor=1.0);
#endif
}; };
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment