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
vite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
vite
Commits
944ba9b7
Commit
944ba9b7
authored
Mar 09, 2009
by
Clément Vuchener
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debut de correction pour les compteurs (bis)
parent
33a9d18c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/trace/DrawTrace.hpp
src/trace/DrawTrace.hpp
+1
-1
No files found.
src/trace/DrawTrace.hpp
View file @
944ba9b7
...
...
@@ -310,7 +310,7 @@ public:
/* Call the object state drawing function */
draw_variable_value
(
draw_object
,
(
*
value
).
first
.
get_value
(),
((
*
value
).
second
.
get_value
()
-
min
)
/
(
max
-
min
),
position
);
}
draw_variable_value
(
draw_object
,
0.0
,
0.0
,
position
);
position
++
;
// One line was used
}
/* end for */
}
...
...
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