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
6a142a7b
Commit
6a142a7b
authored
13 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fix win compile
parent
3a5a1a4b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/Netgen/README.txt
+6
-3
6 additions, 3 deletions
contrib/Netgen/README.txt
contrib/Netgen/nglib/nglib.h
+2
-1
2 additions, 1 deletion
contrib/Netgen/nglib/nglib.h
with
8 additions
and
4 deletions
contrib/Netgen/README.txt
+
6
−
3
View file @
6a142a7b
This directory contains Joachim Sch\"oberl's NETGEN mesh generator:
- the libsrc and nglib directories are unmodified copies taken from
The libsrc and nglib directories are unmodified copies taken from
svn co https://netgen-mesher.svn.sourceforge.net/svnroot/netgen-mesher
(SVN rev. 469)
- the nglib_gmsh.cpp file replaces the original nglib/nglib.cpp file
(SVN rev. 469), with the following exceptions:
* dllexport/dllimport directives have been removed from nglib/nglib.h
* nglib_gmsh.cpp file replaces the original nglib/nglib.cpp file
See the LICENSE file for license information.
This diff is collapsed.
Click to expand it.
contrib/Netgen/nglib/nglib.h
+
2
−
1
View file @
6a142a7b
...
...
@@ -23,7 +23,8 @@
// Philippose - 14.02.2009
// Modifications for creating a DLL in Windows
#ifdef WIN32
//#ifdef WIN32
#if 0 // for GMSH
#ifdef NGLIB_EXPORTS || nglib_EXPORTS
#define DLL_HEADER __declspec(dllexport)
#else
...
...
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