Hi Martin,

On 11/18/2006 03:20 AM, Martin Rubey wrote:
> Changelog: Fixed a bug in resize!$DataStream that caused exponential behaviour
> of coefficient extraction. Removed "pretend"s in species. Implemented
> isomorphismTypeGeneratingSeries$SetPartition. Documentation missing.

In axiom-port...src/stream.as.nw I now find...

dbg(s: String): () == {
#if Axiom
         output(s)$OutputPackage;
#else
         import from String, Character, TextWriter;
        stderr << s << newline;
#endif
}
dbg(s: MachineInteger): () == {
#if Axiom
         output(string s)$OutputPackage;
#else
         import from Character, TextWriter;
        stderr << s << newline;
#endif
}

Why don't you just redefine TRACE in include/combinat.as? Wouldn't that 
have worked? Please remove that #if Axiom stuff. It is unnecessary.

Ralf


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Aldor-combinat-devel mailing list
Aldor-combinat-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aldor-combinat-devel

Reply via email to