Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Type-OpenMesh
Commits
f7618507
Commit
f7618507
authored
Dec 27, 2016
by
Jan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Strange Typo fixed
parent
9cfc30b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ObjectTypes/MeshObject/MeshObjectT.cc
ObjectTypes/MeshObject/MeshObjectT.cc
+2
-2
No files found.
ObjectTypes/MeshObject/MeshObjectT.cc
View file @
f7618507
...
...
@@ -667,9 +667,9 @@
bool
ok
=
OpenMesh
::
IO
::
read_mesh
(
(
*
mesh
())
,
filename
);
if
(
!
ok
)
{
if
(
dataType
()
==
type
i
d
(
"TriangleMesh"
)
)
if
(
dataType
()
==
type
I
d
(
"TriangleMesh"
)
)
std
::
cerr
<<
"Main Application : Read error for Triangle Mesh at "
<<
filename
<<
std
::
endl
;
if
(
dataType
()
==
type
i
d
(
"PolyMesh"
)
)
if
(
dataType
()
==
type
I
d
(
"PolyMesh"
)
)
std
::
cerr
<<
"Main Application : Read error for Poly Mesh
\n
"
;
return
false
;
}
...
...
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