]> www.ginac.de Git - ginac.git/blobdiff - ginac/ex.cpp
* removed some obsolete stuff.
[ginac.git] / ginac / ex.cpp
index f2dab641892e2c56678224ac6b0a845f375f3918..521ee1e17c01d42b502dea7bfb35d3facce9ed62 100644 (file)
 #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);