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:
a40b470
)
* removed some obsolete stuff.
author
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Wed, 4 Apr 2001 21:51:19 +0000
(21:51 +0000)
committer
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Wed, 4 Apr 2001 21:51:19 +0000
(21:51 +0000)
ginac/ex.cpp
patch
|
blob
|
history
diff --git
a/ginac/ex.cpp
b/ginac/ex.cpp
index f2dab641892e2c56678224ac6b0a845f375f3918..521ee1e17c01d42b502dea7bfb35d3facce9ed62 100644
(file)
--- a/
ginac/ex.cpp
+++ b/
ginac/ex.cpp
@@
-23,14
+23,7
@@
#include <iostream>
#include <stdexcept>
-#if defined(VERBOSE)
-# define GINAC_CONDITIONAL_INLINE
-# include "ex.h"
-# undef GINAC_CONDITIONAL_INLINE
-#else
-# include "ex.h"
-#endif
-
+#include "ex.h"
#include "add.h"
#include "mul.h"
#include "ncmul.h"
@@
-403,7
+396,6
@@
void ex::construct_from_basic(const basic & other)
bp->setflag(status_flags::dynallocated);
}
GINAC_ASSERT(bp!=0);
- // bp->clearflag(status_flags::evaluated);
++bp->refcount;
}
GINAC_ASSERT(bp!=0);