]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
hash value computation for indices takes index dimension into account
[ginac.git] / ginac / fail.cpp
index 3b5d75b6a52f8e8bb75c9ec0a0c1bac3897d3dd2..92aaa102dd26a452593b1263845d303bebc8723b 100644 (file)
@@ -4,7 +4,7 @@
  *  somewhat obsolete (most of this can be replaced by exceptions). */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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
@@ -33,10 +33,10 @@ namespace GiNaC {
 GINAC_IMPLEMENT_REGISTERED_CLASS(fail, basic)
 
 //////////
-// default ctor, dtor, copy ctor, assignment operator and helpers
+// default constructor
 //////////
 
-DEFAULT_CTORS(fail)
+DEFAULT_CTOR(fail)
 
 //////////
 // archiving