Changeset 30a684 in git
- Timestamp:
- Sep 27, 2011, 4:23:12 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 3fc398ae843900b0c5619932eaf10cc8eaf54ce6
- Parents:
- 297e929039adec016bf942da61f815e88a017961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r297e92 r30a684 889 889 else {ideal i=i_par; } // int, poly, number, ideal 890 890 kill i_par; 891 // check for integer etc coefficients 892 if (charstr(basering)[1]=="i") // either integer or integer,q 893 { 894 if (find(option(),"prot")) { "calling std for ideals in ring with ring coefficients"; } 895 return (std(i)); 896 } 891 897 892 898 //----------------------- save the given method ---------------------------
Note: See TracChangeset
for help on using the changeset viewer.