Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
8795dd7d
Commit
8795dd7d
authored
Dec 10, 2020
by
Dennis Gläser
Browse files
[io][brep] add missing const specifier
parent
ce4b27a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
frackit/io/brepwriter.hh
View file @
8795dd7d
...
...
@@ -76,7 +76,7 @@ public:
/*!
* \brief Write the entity network to disk.
*/
void
write
(
const
std
::
string
&
fileName
)
void
write
(
const
std
::
string
&
fileName
)
const
{
const
std
::
string
brepFile
=
fileName
+
".brep"
;
BRepTools
::
Write
(
compound_
,
brepFile
.
c_str
());
...
...
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