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
David Cazier
CGoGN
Commits
a7481434
Commit
a7481434
authored
Apr 26, 2013
by
Sylvain Thery
Browse files
small compilation bug
parent
36387714
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Algo/Export/exportVol.hpp
View file @
a7481434
...
...
@@ -40,7 +40,7 @@ namespace Volume
namespace
Export
{
std
::
string
truncFloatTO8
(
float
f
)
inline
std
::
string
truncFloatTO8
(
float
f
)
{
std
::
stringstream
ss
;
ss
<<
f
;
...
...
include/Algo/Import/importNAS.hpp
View file @
a7481434
...
...
@@ -38,7 +38,7 @@ namespace Volume
namespace
Import
{
float
floatFromNas
(
std
::
string
&
s_v
)
inline
float
floatFromNas
(
std
::
string
&
s_v
)
{
float
x
=
0.0
f
;
...
...
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