]> www.ginac.de Git - ginac.git/blobdiff - check/exam_structure.cpp
Remove unfinished code for hash table-based expairseq.
[ginac.git] / check / exam_structure.cpp
index b433600d9b81a158d81a01045879fe196ae0483b..56f205ec7867a5e078e193742bc0796d73d3754a 100644 (file)
@@ -3,7 +3,7 @@
  *  Small test for the structure<> template. */
 
 /*
- *  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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+using namespace std;
 
 struct sprod_s {
        ex left, right;