source: git/Singular/dyn_modules/gfanlib/std_wrapper.h @ 06d5774

spielwiese
Last change on this file since 06d5774 was 06d5774, checked in by Yue Ren <ren@…>, 10 years ago
fix: rebase errors
  • Property mode set to 100644
File size: 204 bytes
Line 
1#ifndef CALLGFANLIB_STD_WRAPPER_H
2#define CALLGFANLIB_STD_WRAPPER_H
3
4#include <kernel/GBEngine/kstd1.h>
5#include <kernel/polys.h>
6
7ideal gfanlib_kStd_wrapper(ideal I, ring r, tHomog h=testHomog);
8
9#endif
Note: See TracBrowser for help on using the repository browser.