Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
7845e0e5
Commit
7845e0e5
authored
Jul 18, 2011
by
Kenneth Vanhoey
Browse files
correction petit bug dans export
parent
2be04a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Export/export.hpp
View file @
7845e0e5
...
...
@@ -259,7 +259,7 @@ bool exportPlyPTMgeneric(typename PFP::MAP& map, const char* filename, const typ
std
::
ofstream
out
(
filename
,
std
::
ios
::
out
)
;
if
(
!
out
.
good
())
{
CGoGNerr
<<
"Unable to open file "
<<
CGoGN
out
;
CGoGNerr
<<
"Unable to open file "
<<
CGoGN
endl
;
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment