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

missing return statement

parent 6b2ab739
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ class GMSH_GSHHSPlugin:public GMSH_Post_Plugin
}
};
class reader_gshhs:public reader{
/* $Id: GSHHS.cpp,v 1.26 2009-01-31 00:26:36 geuzaine Exp $
/* $Id: GSHHS.cpp,v 1.27 2009-01-31 00:28:27 geuzaine Exp $
*
* Include file defining structures used in gshhs.c
*
......@@ -716,6 +716,7 @@ class GMSH_GSHHSPlugin:public GMSH_Post_Plugin
if(!merged)
i++;
}
return true;
}
class GeoEarthImport
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment