Closed nishihatapalmer closed 1 year ago
In run.h, the messages for get_num_patterns are the wrong way around.
The message for a null pattern should have the pattern lengths message, and vice versa.
Ironically, this was also the cause of the seg fault in run - it wasn't only the messages that were the wrong way around, it was the number of patterns to process. Fixed by #61
In run.h, the messages for get_num_patterns are the wrong way around.
The message for a null pattern should have the pattern lengths message, and vice versa.