]> www.ginac.de Git - ginac.git/blobdiff - ginac/fderivative.h
- New tinfo mechanism
[ginac.git] / ginac / fderivative.h
index a6765aea29e4d8c7af14fdcfb1a1fde56c01f53c..91146e0e6ae8a547e9841ab634b12120c1cc5708 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to abstract derivatives of functions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -81,14 +81,6 @@ protected:
        paramset parameter_set; /**< Set of parameter numbers with respect to which to take the derivative */
 };
 
-// utility functions
-
-/** Specialization of is_exactly_a<T>(obj) for derivatives. */
-template<> inline bool is_exactly_a<fderivative>(const basic & obj)
-{
-       return obj.tinfo()==TINFO_fderivative;
-}
-
 } // namespace GiNaC
 
 #endif // ndef __GINAC_DERIVATIVE_H__