X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Frational.h;h=53f7d02fd1caa5c91e727f85b6ba633528d02b60;hp=e74567db3529cd2e2ee520eac3e5c4eb70558268;hb=ba945308b9273fcd420b3d4f1395b44bd6625929;hpb=e297312c8c82e52abd3507c861e85db497ca7e81 diff --git a/src/rational.h b/src/rational.h index e74567d..53f7d02 100644 --- a/src/rational.h +++ b/src/rational.h @@ -73,10 +73,6 @@ struct Rational Rational(double d=0) : P(d*1e6), Q(1e6) // Possibly the worst thing ever... { Simplify(); - //if (!CheckAccuracy(d, "Construct from double")) - { - //Fatal("Bwah bwah :("); - } } Rational(const T & _P, const T & _Q) : P(_P), Q(_Q)