git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- fixed three little standard-conformance issues.
[ginac.git]
/
check
/
time_lw_M1.cpp
diff --git
a/check/time_lw_M1.cpp
b/check/time_lw_M1.cpp
index 961fe2a5b2fd3c3639d88d8f84fb7267684a7012..122a579c88e58ad1111a8af2630bb6e2281be35c 100644
(file)
--- a/
check/time_lw_M1.cpp
+++ b/
check/time_lw_M1.cpp
@@
-59,7
+59,7
@@
static unsigned test(void)
for (unsigned r=0; r<26; ++r) {
for (unsigned c=0; c<5; ++c) {
m.set(r,
- unsigned(ex_to
_numeric
(w[r][2*c+1]).to_int()-1),
+ unsigned(ex_to
<numeric>
(w[r][2*c+1]).to_int()-1),
w[r][2*c+2]);
}
}