Changeset 84dc03b in git for Singular/LIB/schreyer.lib
- Timestamp:
- Jun 17, 2013, 3:34:46 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9e74fb504c32e244cf69ff7b05bc5d17d254d853
- Parents:
- 7a084037acf0669aed29b40ab674ae5b62ef72f7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-17 15:34:46+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:49+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/schreyer.lib
r7a08403 r84dc03b 2137 2137 if( @DEBUG ) 2138 2138 { 2139 "Loading the Debug version!"; 2140 } else 2141 { 2139 2142 "Loading the Release version!"; 2140 2143 } 2144 2141 2145 load("syzextra.so"); 2142 2146 … … 2145 2149 listvar(Syzextra); 2146 2150 } 2147 2151 2148 2152 exportto(Top, Syzextra::ClearContent); 2149 2153 exportto(Top, Syzextra::ClearDenominators); … … 2189 2193 else 2190 2194 { 2191 if( @DEBUG )2192 {2193 "Loading the Debug version!";2194 }2195 2195 2196 2196 load("syzextra.so"); … … 2252 2252 } 2253 2253 2254 mod_assure_load(); 2255 } 2256 2257 2258 2259 static proc mod_assure_load() 2260 { 2254 2261 if( !defined(GetInducedData) ) 2255 2262 { 2256 ERROR("Sorry but we are missing the dynamic module (syzextra.so)..."); 2257 } 2258 2263 "ERROR: Sorry but we are missing the dynamic module (syzextra.so)..."; 2264 $ 2265 // m2_end(666); // :( 2266 } 2259 2267 } 2260 2268 … … 2680 2688 proc testSimple(list #) 2681 2689 { 2690 mod_assure_load(); 2691 2682 2692 def DEBUG = 1; 2683 2693 if(size(#) > 0) { DEBUG = #[1]; }
Note: See TracChangeset
for help on using the changeset viewer.