Changeset 0f9b03 in git
- Timestamp:
- Nov 30, 2022, 2:52:12 PM (2 months ago)
- Branches:
- (u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 868d3759084a4962082cd723281f7478044693bb
- Parents:
- db7f1fbc0dbcf99a757ad44e846b59ed13ac7f61
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-30 14:52:12+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-30 14:54:48+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/syzextra/mod_main.cc
rdb7f1f r0f9b03 28 28 // extern coeffs coeffs_BIGINT 29 29 30 #include "singularxx_defs.h"31 32 30 #include "syzextra.h" 33 34 31 35 32 #include "Singular/mod_lib.h" -
Singular/dyn_modules/syzextra/syzextra.h
rdb7f1f r0f9b03 23 23 24 24 // include basic definitions 25 #include "singularxx_defs.h"26 25 #include "kernel/ideals.h" 27 26 -
templates/template.h
rdb7f1f r0f9b03 17 17 #ifndef TEMPLATE_H 18 18 #define TEMPLATE_H 19 20 // include basic definitions21 #include "singularxx_defs.h"22 23 BEGIN_NAMESPACE_SINGULARXX24 19 25 20 /** @class Template template.h <someRootDirectory/template.h> … … 88 83 }; 89 84 90 END_NAMESPACE_SINGULARXX91 92 85 #endif 93 86 /* #ifndef TEMPLATE_H */
Note: See TracChangeset
for help on using the changeset viewer.