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

missing fclose

parent 5c2a1d07
No related branches found
No related tags found
No related merge requests found
// $Id: GModelIO.cpp,v 1.21 2006-08-18 02:22:40 geuzaine Exp $ // $Id: GModelIO.cpp,v 1.22 2006-08-18 04:27:56 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -545,6 +545,7 @@ int GModel::writeMSH(const std::string &name, double version, bool saveAll, ...@@ -545,6 +545,7 @@ int GModel::writeMSH(const std::string &name, double version, bool saveAll,
fprintf(fp, "$ENDELM\n"); fprintf(fp, "$ENDELM\n");
} }
fclose(fp);
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment