Changeset ae4fd2a in git for Singular/ipshell.cc
- Timestamp:
- Feb 24, 2014, 2:45:27 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 848bd56f0e6524e64455d4225b26ebedfcdccd83
- Parents:
- 0a6bb08c6f0682a52c5e101d9181d755a4c063c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r0a6bb0 rae4fd2a 2198 2198 lists v=(lists)L->m[1].Data(); 2199 2199 R->N = v->nr+1; 2200 if (R->N<=0) 2201 { 2202 WerrorS("no ring variables"); 2203 goto rCompose_err; 2204 } 2200 2205 R->names = (char **)omAlloc0(R->N * sizeof(char_ptr)); 2201 2206 int i;
Note: See TracChangeset
for help on using the changeset viewer.