Changeset 563fc3 in git
- Timestamp:
- Aug 1, 2011, 6:58:20 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 5ddb8d5d7efafd17c8372dcc69d4fc43adbf4be6
- Parents:
- b5ebe54cea878c7c82ebc41aac7fa1cc99af1bbf
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 18:58:20+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:20+01:00
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
rb5ebe5 r563fc3 203 203 #ifdef HAVE_PLURAL 204 204 205 #include < kernel/ncSAMult.h> // for CMultiplier etc classes205 #include <polys/nc/ncSAMult.h> // for CMultiplier etc classes 206 206 207 207 template class CMultiplier<int>; -
Singular/extra.cc
rb5ebe5 r563fc3 97 97 #ifdef HAVE_PLURAL 98 98 #include <polys/monomials/ring.h> 99 #include < kernel/ncSAMult.h> // for CMultiplier etc classes99 #include <polys/nc/ncSAMult.h> // for CMultiplier etc classes 100 100 #include <Singular/ipconv.h> 101 101 #include <polys/monomials/ring.h> -
Singular/pipeLink.cc
rb5ebe5 r563fc3 18 18 19 19 20 #include " mod2.h"20 #include "kernel/mod2.h" 21 21 22 22 #include "tok.h"
Note: See TracChangeset
for help on using the changeset viewer.