]> www.ginac.de Git - ginac.git/blobdiff - ginac/structure.cpp
- modified GiNaC headers to Alexander's liking
[ginac.git] / ginac / structure.cpp
index b155f946629988c48c92e79c170f62adc0431a1c..e7cb8303bb59fa8c67ce184e9d4f4d7097ab7eed 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <string>
 
-#include "ginac.h"
+#include "structure.h"
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -32,7 +32,7 @@
 structure::structure()
 {
     debugmsg("structure default constructor",LOGLEVEL_CONSTRUCT);
-    tinfo_key = TINFO_STRUCTURE;
+    tinfo_key = TINFO_structure;
 }
 
 structure::~structure()