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
495795c2
Commit
495795c2
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
f16a76b4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Geo/OCCFace.cpp
+1
-1
1 addition, 1 deletion
Geo/OCCFace.cpp
utils/misc/unix2dos.awk
+0
-3
0 additions, 3 deletions
utils/misc/unix2dos.awk
utils/misc/unix2dos.bash
+0
-9
0 additions, 9 deletions
utils/misc/unix2dos.bash
utils/misc/variables.msvc
+8
-7
8 additions, 7 deletions
utils/misc/variables.msvc
with
9 additions
and
20 deletions
Geo/OCCFace.cpp
+
1
−
1
View file @
495795c2
...
...
@@ -76,7 +76,7 @@ OCCFace::OCCFace(GModel *m, TopoDS_Face _s, int num, TopTools_IndexedMapOfShape
ShapeAnalysis
::
GetFaceUVBounds
(
_s
,
umin
,
umax
,
vmin
,
vmax
);
Msg
::
Debug
(
"OCC Face %d with %d edges bounds (%g,%g)(%g,%g)"
,
num
,
l_edges
.
size
(),
umin
,
umax
,
vmin
,
vmax
);
num
,
l_edges
.
size
(),
umin
,
umax
,
vmin
,
vmax
);
// we do that for the projections to converge on the borders of the
// surface
const
double
du
=
umax
-
umin
;
...
...
This diff is collapsed.
Click to expand it.
utils/misc/unix2dos.awk
deleted
100644 → 0
+
0
−
3
View file @
f16a76b4
{
printf
(
"%s \n"
,
$0
);
}
This diff is collapsed.
Click to expand it.
utils/misc/unix2dos.bash
deleted
100644 → 0
+
0
−
9
View file @
f16a76b4
#!/bin/bash -
for
A
in
$*
do
echo
modifying
$A
awk
-f
unix2dos.awk
$A
>
$A
.XXX
/bin/rm
-f
$A
mv
$A
.XXX
$A
done
This diff is collapsed.
Click to expand it.
utils/misc/variables.msvc
+
8
−
7
View file @
495795c2
...
...
@@ -10,14 +10,15 @@
# Define this is you use the native Windows shell
#
MAKE=
C
:/src/gmsh/utils/misc/gmake.exe
MAKE=
E
:/src/gmsh/utils/misc/gmake.exe
UNAME=WIN32MSVC
RM=erase
MV=move
# Define this if you use the bash shell in cygwin
#
# Launch compilation with:
# If you don't have all MSVC variables defined you can use this to compile:
#
# cmd.exe /c "vcvars32.bat && make"
#
MAKE=make
...
...
@@ -37,17 +38,17 @@ ENABLE_OCC=1
ENABLE_MED=1
# If you selected ENABLE_GSL, specify where the GSL is installed
GSL_PREFIX=
C
:/src/gsl-1.8
GSL_PREFIX=
E
:/src/gsl-1.8
# If you selected ENABLE_GUI, specify where FLTK is installed
FLTK_PREFIX=
C
:/src/fltk-1.1.9
FLTK_PREFIX=
E
:/src/fltk-1.1.9
# If you selected ENABLE_OCC, specify where OpenCASCADE is insalled
OCC_PREFIX=
C
:/src/OpenCASCADE6.3.0/ros
OCC_PREFIX=
E
:/src/OpenCASCADE6.3.0/ros
# If you selected ENABLE_MED, specify where MED and HDF5 are installed
MED_PREFIX=
C
:/src/med-2.3.4
HDF5_PREFIX=
C
:/src/hdf5-1.6.6
MED_PREFIX=
E
:/src/med-2.3.4
HDF5_PREFIX=
E
:/src/hdf5-1.6.6
##################################################################
...
...
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