Changeset 61a050 in git for Singular/ipassign.cc
- Timestamp:
- Sep 29, 2011, 2:53:30 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 90aec7cff5c6f80707df1dab11b76ec197feef31
- Parents:
- 0ff2030fd072d70a06a89af842c039505b704f90
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-09-29 14:53:30+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:47+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
r0ff203 r61a050 126 126 #else 127 127 currRing->ShortOut = shortOut; 128 coeffs cf = currRing->cf; 129 while (nCoeff_is_Extension(cf)) { 130 cf->extRing->ShortOut = shortOut; 131 assume(cf->extRing != NULL); 132 cf = cf->extRing->cf; 133 } 128 134 #endif 129 135 }
Note: See TracChangeset
for help on using the changeset viewer.