Changeset d02fff in git
- Timestamp:
- Sep 9, 2011, 12:40:14 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- f9dc437c7c53a9f0de7781af406334375bb16f36
- Parents:
- e044528a25b043110c93faf0fa114a2a7934310c
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 12:40:14+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:38+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipprint.cc
re044528 rd02fff 194 194 int l,j; 195 195 /*convert into an array of the components*/ 196 p Vec2Polys((poly)u->Data(), &m, &l);196 p_Vec2Polys((poly)u->Data(), &m, &l, currRing); 197 197 /*output*/ 198 198 PrintS("["); -
kernel/polys.h
re044528 rd02fff 347 347 348 348 /*-----------type conversions ----------------------------*/ 349 void pVec2Polys(poly v, polyset *p, int *len);349 // void pVec2Polys(poly v, polyset *p, int *len); 350 350 #define pVar(m) p_Var(m,currRing) 351 351
Note: See TracChangeset
for help on using the changeset viewer.