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 a typo
[ginac.git]
/
ginac
/
basic.cpp
diff --git
a/ginac/basic.cpp
b/ginac/basic.cpp
index 5da77cc6e95b3ef523cb69621ee80a8296740e7a..5606f3640e7d4d0fb9952ebefc830ec79478db3c 100644
(file)
--- a/
ginac/basic.cpp
+++ b/
ginac/basic.cpp
@@
-309,7
+309,7
@@
ex basic::diff(const symbol & s, unsigned nth) const
if (!nth)
return ex(*this);
- // evaluate unevalu
e
ted *this before differentiating
+ // evaluate unevalu
a
ted *this before differentiating
if (!(flags & status_flags::evaluated))
return ex(*this).diff(s, nth);