| 807 | } |
| 808 | |
| 809 | void assert_utilsGivenNonZeroEpsilon(qreal eps) { |
| 810 | |
| 811 | if (eps == 0) |
| 812 | raiseInternalError("A utility function (e.g. isUnitary) received an epsilon of zero, which should have precluded it being called."); |
| 813 | } |
| 814 | |
| 815 | |
| 816 |
no test coverage detected