Changeset a195ed in git
- Timestamp:
- Sep 26, 2011, 5:55:19 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 79c0351b31771af55f2815d71696269d7274e5c3
- Parents:
- a5071b9c1418c7dc9a7aa30aa302f7cd801a0158
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-09-26 17:55:19+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:34+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/transext.cc
ra5071b9 ra195ed 1093 1093 } 1094 1094 1095 void ntKillChar(coeffs cf) { 1096 if ((--cf->extRing->ref) == 0) 1097 rDelete(cf->extRing); 1098 } 1099 1095 1100 BOOLEAN ntInitChar(coeffs cf, void * infoStruct) 1096 1101 { … … 1148 1153 cf->cfInvers = ntInvers; 1149 1154 cf->cfIntDiv = ntDiv; 1155 cf->cfKillChar = ntKillChar; 1150 1156 1151 1157 #ifndef HAVE_FACTORY
Note: See TracChangeset
for help on using the changeset viewer.