]> www.ginac.de Git - ginac.git/blob - ginac/lst_suppl.cpp
- switched to automake build environment
[ginac.git] / ginac / lst_suppl.cpp
1 /** @file lst_suppl.cpp
2  *
3  *  Supplement to lst.cpp, contains the parts which were
4  *  not automatically generated. */
5
6 #include "ginac.h"
7
8 bool lst::info(unsigned inf) const
9 {
10     if (inf==info_flags::list) return 1;
11     return basic::info(inf);
12 }
13
14