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

trying to fix link pb on msvc

parent b84da099
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ void CreateOutputFile(const char *filename, int format)
case FORMAT_BDF:
GModel::current()->writeBDF(name, CTX.mesh.bdf_field_format,
CTX.mesh.save_all, CTX.mesh.scaling_factor);
CTX.mesh.save_all, CTX.mesh.scaling_factor);
break;
case FORMAT_P3D:
......
......@@ -4,6 +4,7 @@
// bugs and problems to <gmsh@geuz.org>.
//
// CGNSOptions.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle
#ifndef _CGNSOPTIONS_H_
#define _CGNSOPTIONS_H_
......
......@@ -7,6 +7,7 @@
#include "GModel.h"
#include "Message.h"
#include "CGNSOptions.h"
#if defined(HAVE_LIBCGNS)
......@@ -31,7 +32,6 @@
#include "MZone.h"
#include "MZoneBoundary.h"
#include "CGNSOptions.h"
#include <cgnslib.h>
......@@ -217,7 +217,7 @@ int GModel::readCGNS(const std::string &name)
*
******************************************************************************/
int GModel::writeCGNS(const std::string &name, int zoneDefinition,
int GModel::writeCGNS(const std::string &name, const int zoneDefinition,
const CGNSOptions &options, double scalingFactor)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment