Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
CGoGN
CGoGN
Commits
a7481434
Commit
a7481434
authored
Apr 26, 2013
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small compilation bug
parent
36387714
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/Algo/Export/exportVol.hpp
include/Algo/Export/exportVol.hpp
+1
-1
include/Algo/Import/importNAS.hpp
include/Algo/Import/importNAS.hpp
+1
-1
No files found.
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
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