stupid bug fix

stupid bug fix
This commit is contained in:
Alwin Berger 2024-08-16 15:53:21 +02:00
parent de9c0a6d1e
commit bf7ad374a0

View File

@ -21,7 +21,7 @@ pub mod mutational;
pub mod report; pub mod report;
// Constants // Constants
const NUM_PRIOS: usize = 5; const NUM_PRIOS: usize = 15;
//============================= Struct definitions //============================= Struct definitions