git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a9c8e
)
fixed some compiler warnings
author
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Tue, 4 Mar 2003 22:08:22 +0000
(22:08 +0000)
committer
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Tue, 4 Mar 2003 22:08:22 +0000
(22:08 +0000)
check/genex.cpp
patch
|
blob
|
history
diff --git
a/check/genex.cpp
b/check/genex.cpp
index 940e6ec6db8dbc6841fabff72c7f7f0671aaa43b..8875ed6c9ecedb0d846c423f3e57d9cdf25ca21b 100644
(file)
--- a/
check/genex.cpp
+++ b/
check/genex.cpp
@@
-151,4
+151,6
@@
sparse_tree(const symbol & x,
} else
return random_symbol(x,y,z,rational,complex);
}
+
+ return 0;
}