edgarcosta / hilbertmodularforms

Mockup implementation of Hilbert Modular Forms
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

typo in CanonicalRings.m #437

Closed adammlogan closed 9 months ago

adammlogan commented 9 months ago

In line 320 of ModFrmHilD/CanonicalRing/CanonicalRings.m, instead of require shouldBeZero the code should read require shouldBeZero eq 0. The existing version gives an error.

edgarcosta commented 9 months ago

Thank you!