source: git/libpolys/polys/PolyEnumerator.cc @ 56aaae

fieker-DuValspielwiese
Last change on this file since 56aaae was ba5e9e, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Changed configure-scripts to generate individual public config files for each package: resources, libpolys, singular (main) fix: sources should include correct corresponding config headers.
  • Property mode set to 100644
File size: 247 bytes
Line 
1#ifdef HAVE_CONFIG_H
2#include "libpolysconfig.h"
3#endif /* HAVE_CONFIG_H */
4
5#include <misc/auxiliary.h>
6
7#include "PolyEnumerator.h"
8
9const spolyrec CBasePolyEnumerator::m_prevposition_struct = {}; // it is assumed to zero-out all of the struct!
Note: See TracBrowser for help on using the repository browser.