Skip to content

Printing out more accuracy in spline points to avoid bug

C by default only prints out 6 characters for every double. Sometimes this means that our spline points get repeated by accident. The repeated spline point causes BayesWavePost to fail.

This update prints out 4 (an arbitrary number > 2) decimal places always instead of just 6 characters. This change has eliminated the bug.

This fixes Issue: Repeated spline points

Merge request reports