Changeset d008518 in git
- Timestamp:
- May 20, 2014, 1:00:37 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 5b8768586a9b9e826e21175b8c9e94a66c8d205f
- Parents:
- c782ce28d7da9c3af0ecf894efb605811a22188d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/assprimeszerodim.lib
rc782ce rd008518 294 294 295 295 if(printlevel >= 10) { "========== Start modStd =========="; } 296 I = modStd(I ,n1);296 I = modStd(I); 297 297 if(printlevel >= 10) { "=========== End modStd ==========="; } 298 298 if(printlevel >= 9) { "modStd takes "+string(rtimer-RT)+" seconds."; } … … 325 325 } 326 326 TT = timer; 327 I = std(I);327 I = modStd(I); 328 328 if(printlevel >= 9) 329 329 { 330 " std(I) takes "+string(timer-TT)+" seconds.";330 "modStd(I) takes "+string(timer-TT)+" seconds."; 331 331 } 332 332 d = vdim(I); … … 343 343 } 344 344 TT = timer; 345 I = std(I);345 I = modStd(I); 346 346 if(printlevel >= 9) 347 347 { 348 " std(I) takes "+string(timer-TT)+" seconds.";348 "modStd(I) takes "+string(timer-TT)+" seconds."; 349 349 } 350 350 d = vdim(I);
Note: See TracChangeset
for help on using the changeset viewer.