]> www.ginac.de Git - ginac.git/blobdiff - check/timer.h
Speed up pow(+(...),n).expand() where n>2.
[ginac.git] / check / timer.h
index 7b3230a40db89d017148949a804c94786a788b5b..563d41ce6631b6de62e71fae00396e9ddaf8677e 100644 (file)
@@ -3,7 +3,7 @@
  *  A simple stop watch class. */
 
 /*
- *  GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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
@@ -26,6 +26,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+
 #ifdef HAVE_RUSAGE
 #include <sys/resource.h>
 #else