Changeset ca9096f in git for Singular/mpsr_Put.h
- Timestamp:
- Aug 16, 2011, 7:31:07 PM (12 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 643b538e22eb5f58bfb7663b4801ca17c1bfb00a
- Parents:
- 9b57340f94fb367ee993e6e90c527c2c5208501b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-16 19:31:07+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:21+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mpsr_Put.h
r9b5734 rca9096f 18 18 #define __MPSR_PUT__ 19 19 20 #include"mpsr.h" 20 21 #ifdef HAVE_MPSR 21 22 22 23 #include <kernel/structs.h> 23 #include"kernel/febase.h" 24 #include"tok.h" 25 #include"ipid.h" 24 #include <kernel/febase.h> 25 26 #include <Singular/mpsr.h> 27 #include <Singular/tok.h> 28 #include <Singular/ipid.h> 26 29 27 30 /*************************************************************** … … 229 232 extern mpsr_Status_t mpsr_PutMsg(MP_Link_pt l, leftv v); 230 233 234 235 #endif // #ifdef HAVE_MPSR 236 237 231 238 #endif
Note: See TracChangeset
for help on using the changeset viewer.