Skip to content
Snippets Groups Projects
Commit 91c70602 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix const in dummy writeCGNS

parent 835ec2ad
No related branches found
No related tags found
No related merge requests found
...@@ -1067,7 +1067,7 @@ int GModel::readCGNS(const std::string &name) ...@@ -1067,7 +1067,7 @@ int GModel::readCGNS(const std::string &name)
return 0; return 0;
} }
int GModel::writeCGNS(const std::string &name, const int zoneDefinition, int GModel::writeCGNS(const std::string &name, int zoneDefinition,
const CGNSOptions &options, double scalingFactor) const CGNSOptions &options, double scalingFactor)
{ {
Message::Error("This version of Gmsh was compiled without CGNS support"); Message::Error("This version of Gmsh was compiled without CGNS support");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment