]> www.ginac.de Git - ginac.git/blobdiff - check/check_numeric.cpp
Update copyright statements.
[ginac.git] / check / check_numeric.cpp
index f9a7203eb5d688b7584744fe5b95946a6f450c81..c3f5b961eddc0267e5a3dfa2d64dc25e51cb8461 100644 (file)
@@ -4,7 +4,7 @@
  *  tests on these numbers like is_integer() etc... */
 
 /*
- *  GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2014 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
@@ -115,7 +115,6 @@ unsigned check_numeric()
        unsigned result = 0;
        
        cout << "checking consistency of numeric types" << flush;
-       clog << "---------consistency of numeric types:" << endl;
        
        result += check_numeric1();  cout << '.' << flush;
        result += check_numeric2();  cout << '.' << flush;