Changeset 14ad9b in git
- Timestamp:
- Dec 5, 2012, 4:27:52 PM (11 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 280286e6acf5c8f548db784d83f19277edc9280e
- Parents:
- c5fac3e38a4c93da1c7b95fa24d1ae62584ef839
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-05 16:27:52+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-05 18:35:48+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
rc5fac3 r14ad9b 1117 1117 type = nRegister(n_transExt, ntInitChar); 1118 1118 assume(type == n_transExt); 1119 1120 (void)type; 1119 1121 } 1120 1122 #endif -
libpolys/polys/nc/old.gring.cc
rc5fac3 r14ad9b 2463 2463 matrix M = r->GetNC()->MT[UPMATELEM(i,j,rN)]; 2464 2464 /* return(M); */ 2465 /* 2465 2466 int sizeofres; 2466 2467 if (metric==0) … … 2472 2473 sizeofres=sizeof(number); 2473 2474 } 2475 */ 2474 2476 matrix res=mpNew(size,size); 2475 2477 int s;
Note: See TracChangeset
for help on using the changeset viewer.