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
02765805
Commit
02765805
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
bda707d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Mesh/3D_Extrude.cpp
+5
-5
5 additions, 5 deletions
Mesh/3D_Extrude.cpp
Plugin/Smooth.cpp
+2
-2
2 additions, 2 deletions
Plugin/Smooth.cpp
with
7 additions
and
7 deletions
Mesh/3D_Extrude.cpp
+
5
−
5
View file @
02765805
// $Id: 3D_Extrude.cpp,v 1.
19
2001-08-0
2
1
7
:3
5:34
geuzaine Exp $
// $Id: 3D_Extrude.cpp,v 1.
20
2001-08-0
6
1
1
:3
9:22
geuzaine Exp $
#include
"Gmsh.h"
#include
"Const.h"
...
...
@@ -701,10 +701,10 @@ int Extrude_Mesh (Volume * v){
// so that now, the surface mesh is ok (edge swapping is easy in 2d).
// cretainly not the most efficient way to do it but it seems to work
// j'ai rajoute un truc assez horrible pour ne
pas
supprimer les
// tri/qua qui
ne
doivent
pas
l'etre, i.e. tous ceux qui
ne
sont
//
pas crees par
l'extrusion. Je les tagge avec un numero negatif
//
(qu'ils
garderont toute leur vie, pour permettre a des volumes
// j'ai rajoute un truc assez horrible pour ne supprimer
que
les
// tri/qua qui doivent l'etre, i.e. tous ceux qui sont
crees par
// l'extrusion. Je les tagge avec un numero negatif
(qu'ils
// garderont toute leur vie, pour permettre a des volumes
// adjacents de respecter les frontieres communes).
for
(
i
=
0
;
i
<
List_Nbr
(
v
->
Surfaces
);
i
++
){
...
...
This diff is collapsed.
Click to expand it.
Plugin/Smooth.cpp
+
2
−
2
View file @
02765805
// $Id: Smooth.cpp,v 1.
5
2001-08-06 11:
1
3:2
5
geuzaine Exp $
// $Id: Smooth.cpp,v 1.
6
2001-08-06 11:3
9
:2
2
geuzaine Exp $
#include
"Plugin.h"
#include
"Smooth.h"
...
...
@@ -63,7 +63,7 @@ Post_View *GMSH_SmoothPlugin::execute (Post_View *v)
else
{
if
(
!
v
&&
iView
<
0
)
iView
=
0
;
if
(
!
(
vv
=
(
Post_View
*
)
List_Pointer_Test
(
Post_ViewList
,
iView
))){
Msg
(
WARNING
,
"
Plugin Smooth:
View[%d] does not exist"
,
iView
);
Msg
(
WARNING
,
"View[%d] does not exist"
,
iView
);
return
0
;
}
}
...
...
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