Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
6dc64de7
Commit
6dc64de7
authored
Jul 31, 2012
by
MichelJuillard
Browse files
fixing compiler warning about format argument
parent
5657dc82
Changes
1
Hide whitespace changes
Inline
Side-by-side
dynare++/tl/cc/t_container.hweb
View file @
6dc64de7
...
...
@@ -268,7 +268,7 @@ int getMaxDim() const
@<|TensorContainer::print| code@>=
void print() const
{
printf("Tensor container: nvars=%d, tensors=%
d
\n", n, m.size());
printf("Tensor container: nvars=%d, tensors=%
D
\n", n, m.size());
for (const_iterator it = m.begin(); it != m.end(); ++it) {
printf("Symmetry: ");
(*it).first.print();
...
...
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