]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
- modified the comment blocks so the copyright message no longer appears in
[ginac.git] / ginac / fail.cpp
index c9d0e392dc34b1d466440bbad00b343dab16fc31..3dc847b9e296dd2b44b0d929ce4c92f7f134fd7f 100644 (file)
@@ -1,8 +1,9 @@
 /** @file fail.cpp
  *
  *  Implementation of class signaling failure of operation. Considered
- *  obsolete all this stuff ought to be replaced by exceptions.
- *
+ *  obsolete all this stuff ought to be replaced by exceptions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -20,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "ginac.h"
+#include "fail.h"
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -28,7 +29,7 @@
 
 // public
 
-fail::fail() : basic(TINFO_FAIL)
+fail::fail() : basic(TINFO_fail)
 {
     debugmsg("fail default constructor",LOGLEVEL_CONSTRUCT);
 }