Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
f34a3870
Commit
f34a3870
authored
12 years ago
by
Jonathan Lambrechts
Browse files
Options
Downloads
Patches
Plain Diff
remove GSHHS plugin
parent
0bf4eaa2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Plugin/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Plugin/CMakeLists.txt
Plugin/GSHHS.cpp
+0
-1095
0 additions, 1095 deletions
Plugin/GSHHS.cpp
Plugin/GSHHS.h
+0
-16
0 additions, 16 deletions
Plugin/GSHHS.h
Plugin/PluginManager.cpp
+0
-3
0 additions, 3 deletions
Plugin/PluginManager.cpp
with
1 addition
and
1115 deletions
Plugin/CMakeLists.txt
+
1
−
1
View file @
f34a3870
...
...
@@ -15,7 +15,7 @@ set(SRC
LongitudeLatitude.cpp
Triangulate.cpp Tetrahedralize.cpp
Warp.cpp SphericalRaise.cpp
Skin.cpp
GSHHS.cpp
Skin.cpp
MathEval.cpp ModifyComponent.cpp ExtractElements.cpp
MakeSimplex.cpp
Integrate.cpp Gradient.cpp Curl.cpp Divergence.cpp
...
...
This diff is collapsed.
Click to expand it.
Plugin/GSHHS.cpp
deleted
100644 → 0
+
0
−
1095
View file @
0bf4eaa2
This diff is collapsed.
Click to expand it.
Plugin/GSHHS.h
deleted
100644 → 0
+
0
−
16
View file @
0bf4eaa2
// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <gmsh@geuz.org>.
#ifndef _GSHHS_H_
#define _GSHHS_H_
#include
"Plugin.h"
extern
"C"
{
GMSH_Plugin
*
GMSH_RegisterGSHHSPlugin
();
}
#endif
This diff is collapsed.
Click to expand it.
Plugin/PluginManager.cpp
+
0
−
3
View file @
f34a3870
...
...
@@ -47,7 +47,6 @@
#include
"Lambda2.h"
#include
"ModifyComponent.h"
#include
"Probe.h"
#include
"GSHHS.h"
#include
"HomologyComputation.h"
#include
"HomologyPostProcessing.h"
#include
"ExtractEdges.h"
...
...
@@ -227,8 +226,6 @@ void PluginManager::registerDefaultPlugins()
(
"Probe"
,
GMSH_RegisterProbePlugin
()));
allPlugins
.
insert
(
std
::
pair
<
std
::
string
,
GMSH_Plugin
*>
(
"Triangulate"
,
GMSH_RegisterTriangulatePlugin
()));
allPlugins
.
insert
(
std
::
pair
<
std
::
string
,
GMSH_Plugin
*>
(
"GSHHS"
,
GMSH_RegisterGSHHSPlugin
()));
allPlugins
.
insert
(
std
::
pair
<
std
::
string
,
GMSH_Plugin
*>
(
"ExtractEdges"
,
GMSH_RegisterExtractEdgesPlugin
()));
allPlugins
.
insert
(
std
::
pair
<
std
::
string
,
GMSH_Plugin
*>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment