Hello. I found an overstrike in dr.geo 1.1.0 which breaks complex calculations in the program. Here is the patch:
--- geo/drgeo_type.cc +++ geo/drgeo_type.cc @@ -131,7 +131,7 @@ { Complex zz; zz.r = k * z.r / (z.r * z.r - z.i * z.i);
There is patch in attachment.
Log in to post a comment.
There is patch in attachment.