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
08a4ef42
Commit
08a4ef42
authored
17 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
a5bac156
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Plugin/Makefile
+2
-2
2 additions, 2 deletions
Plugin/Makefile
Plugin/Triangulate.cpp
+2
-3
2 additions, 3 deletions
Plugin/Triangulate.cpp
configure
+6
-6
6 additions, 6 deletions
configure
configure.in
+7
-7
7 additions, 7 deletions
configure.in
with
17 additions
and
18 deletions
Plugin/Makefile
+
2
−
2
View file @
08a4ef42
# $Id: Makefile,v 1.14
7
2008-02-05 1
8:58:04
geuzaine Exp $
# $Id: Makefile,v 1.14
8
2008-02-05 1
9:02:39
geuzaine Exp $
#
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
#
...
...
@@ -199,7 +199,7 @@ Triangulate.o: Triangulate.cpp ../Geo/GModel.h ../Geo/GVertex.h \
../Common/Options.h ../Post/ColorTable.h ../Post/PView.h
\
../Post/PViewData.h ../Post/PViewOptions.h ../Post/ColorTable.h
\
../Post/PViewDataList.h ../Post/PViewData.h ../Post/AdaptiveViews.h
\
../Common/GmshMatrix.h
../DataStr/Malloc.h
../Common/Context.h
../Common/GmshMatrix.h ../Common/Context.h
Warp.o
:
Warp.cpp Warp.h Plugin.h ../Common/Options.h ../Post/ColorTable.h
\
../Common/Message.h ../Post/PView.h ../Post/PViewData.h
\
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Post/PViewOptions.h
\
...
...
This diff is collapsed.
Click to expand it.
Plugin/Triangulate.cpp
+
2
−
3
View file @
08a4ef42
// $Id: Triangulate.cpp,v 1.4
1
2008-02-05 1
8:58:04
geuzaine Exp $
// $Id: Triangulate.cpp,v 1.4
2
2008-02-05 1
9:02:39
geuzaine Exp $
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -26,7 +26,6 @@
#include
"Message.h"
#include
"MVertex.h"
#include
"Triangulate.h"
#include
"Malloc.h"
#include
"Context.h"
extern
Context_T
CTX
;
...
...
This diff is collapsed.
Click to expand it.
configure
+
6
−
6
View file @
08a4ef42
...
...
@@ -3629,9 +3629,9 @@ GMSH_DIRS="Common DataStr Geo Mesh Post Numeric Parallel Parser Plugin"
if
test
"x
$enable_gui
"
!=
"xno"
;
then
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Graphics Fltk"
GMSH_LIBS
=
"-Llib -lGmshFltk -lGmshParser -lGmshGraphics -lGmsh
Mesh -lGmshGeo
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmsh
Plugin -lGmshPost
-lGmsh
Common
-lGmsh
DataStr -lGmshNumeric
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshParallel"
GMSH_LIBS
=
"-Llib -lGmshFltk -lGmshParser -lGmshGraphics -lGmsh
Plugin
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmsh
Mesh
-lGmsh
Geo
-lGmsh
Post -lGmshCommon
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshDataStr -lGmshNumeric
-lGmshParallel"
FLAGS
=
"-DHAVE_FLTK
${
FLAGS
}
"
if
test
"x
${
FLTK_PREFIX
}
"
!=
"x"
;
then
...
...
@@ -4089,9 +4089,9 @@ fi
else
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Box"
GMSH_LIBS
=
"-Llib Box/Main.o -lGmshBox -lGmshParser -lGmsh
Mesh -lGmshGeo
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmsh
Plugin
-lGmshPost -lGmshCommon
-lGmshDataStr
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshNumeric -lGmshParallel"
GMSH_LIBS
=
"-Llib Box/Main.o -lGmshBox -lGmshParser -lGmsh
Plugin
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmsh
Mesh -lGmshGeo
-lGmshPost -lGmshCommon"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshDataStr
-lGmshNumeric -lGmshParallel"
ZLIB
=
""
if
test
"x
$enable_zlib
"
!=
"xno"
;
then
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
7
−
7
View file @
08a4ef42
dnl $Id: configure.in,v 1.14
8
2008-02-05 1
8:58:04
geuzaine Exp $
dnl $Id: configure.in,v 1.14
9
2008-02-05 1
9:00:19
geuzaine Exp $
dnl
dnl Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
dnl
...
...
@@ -206,9 +206,9 @@ dnl Choose blackbox or GUI version
if test "x$enable_gui" != "xno"; then
GMSH_DIRS="${GMSH_DIRS} Graphics Fltk"
GMSH_LIBS="-Llib -lGmshFltk -lGmshParser -lGmshGraphics -lGmsh
Mesh -lGmshGeo
"
GMSH_LIBS="${GMSH_LIBS} -lGmsh
Plugin -lGmshPost
-lGmsh
Common
-lGmsh
DataStr -lGmshNumeric
"
GMSH_LIBS="${GMSH_LIBS} -lGmshParallel"
GMSH_LIBS="-Llib -lGmshFltk -lGmshParser -lGmshGraphics -lGmsh
Plugin
"
GMSH_LIBS="${GMSH_LIBS} -lGmsh
Mesh
-lGmsh
Geo
-lGmsh
Post -lGmshCommon
"
GMSH_LIBS="${GMSH_LIBS}
-lGmshDataStr -lGmshNumeric
-lGmshParallel"
FLAGS="-DHAVE_FLTK ${FLAGS}"
if test "x${FLTK_PREFIX}" != "x" ; then
...
...
@@ -334,9 +334,9 @@ if test "x$enable_gui" != "xno"; then
else
GMSH_DIRS="${GMSH_DIRS} Box"
GMSH_LIBS="-Llib Box/Main.o -lGmshBox -lGmshParser -lGmsh
Mesh -lGmshGeo
"
GMSH_LIBS="${GMSH_LIBS} -lGmsh
Plugin
-lGmshPost -lGmshCommon
-lGmshDataStr
"
GMSH_LIBS="${GMSH_LIBS} -lGmshNumeric -lGmshParallel"
GMSH_LIBS="-Llib Box/Main.o -lGmshBox -lGmshParser -lGmsh
Plugin
"
GMSH_LIBS="${GMSH_LIBS} -lGmsh
Mesh -lGmshGeo
-lGmshPost -lGmshCommon"
GMSH_LIBS="${GMSH_LIBS}
-lGmshDataStr
-lGmshNumeric -lGmshParallel"
dnl Check for libz
ZLIB=""
...
...
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