Lars Fischer on Fri, 30 Jan 2009 20:10:51 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: solving Thue equation


Hello Max, 
 
> But what if I want to rely on GRH but not have such warnings?
> If thue() is used multiple (say, thousand) times in the program, the
> output becomes very messy because of this kind of warnings. It's quite
> challenging to find meaningful output between useless warnings.
> I understand that this warning is good to have by default but I'm
> asking for a way to intentionally disable it.

If your results are stored in a text file, you can use grep to filter out the 
warnings. For example (on one line):
cat results.txt | grep -v "\*\*\* thue:" | grep -v "\*\*\* May miss" 


With best regards,
Lars