Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Accelerators
Generic
AttributeCombiner
Commits
e62e0296
Commit
e62e0296
authored
Aug 07, 2019
by
Nicolas Tappret
Browse files
fix lossing resolution with memoried attribute of reference
parent
95b87c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
AttributeCombiner.cpp
View file @
e62e0296
...
...
@@ -40,6 +40,7 @@
#include <AttributeCombiner.h>
#include <AttributeCombinerClass.h>
#include <iomanip>
/*----- PROTECTED REGION END -----*/
// AttributeCombiner.cpp
...
...
@@ -1452,7 +1453,7 @@ void AttributeCombiner::add_dynamic_commands()
item
->
refSize
=
length
;
stringstream
ss
;
ss
<<
std
::
fixed
;
ss
<<
std
::
setprecision
(
17
)
;
for
(
int
i
=
0
;
i
<
length
;
i
++
){
ss
<<
item
->
refData
[
i
]
<<
","
;
}
...
...
Write
Preview
Supports
Markdown
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