From 135953b79cb00df46a5b20bd2dc1a2e80f4f871c Mon Sep 17 00:00:00 2001 From: Stefen Guzik <guzik2@llnl.gov> Date: Tue, 21 Nov 2006 07:50:35 +0000 Subject: [PATCH] Added CGNS IO --- Geo/GModel.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Geo/GModel.h b/Geo/GModel.h index 52194e4ae2..724b49bc48 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -175,6 +175,12 @@ class GModel int readBDF(const std::string &name); int writeBDF(const std::string &name, int format=0, bool saveAll=false, 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 -- GitLab