Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
HO_homog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Baptiste Durand
HO_homog
Commits
d6b07947
Commit
d6b07947
authored
Jun 26, 2019
by
Baptiste Durand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction of a logging message
parent
5228edb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ho_homog/mesh_tools.py
ho_homog/mesh_tools.py
+3
-3
No files found.
ho_homog/mesh_tools.py
View file @
d6b07947
...
...
@@ -18,7 +18,7 @@ import numpy as np
import
ho_homog.geometry
as
geo
import
gmsh
from
pathlib
import
Path
import
meshio
import
meshio
from
subprocess
import
run
# nice shortcuts
...
...
@@ -437,8 +437,8 @@ def order_curves(curves, dir_v, orientation=False):
if
np
.
dot
(
c
.
def_pts
[
0
].
coord
,
dir_v
)
>
np
.
dot
(
c
.
def_pts
[
-
1
].
coord
,
dir_v
):
c
.
def_pts
.
reverse
()
logger
.
debug
(
"Orientation d'une courbe inversée.
Nouvelles coordonnées : "
,
[
pt
.
coord
for
pt
in
c
.
def_pts
],
"Orientation d'une courbe inversée.
"
f
"Nouvel ordre des definition points :
{
[
p
.
coord
for
p
in
c
.
def_pts
]
}
"
)
return
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment