more state 2
parent
cf64816d2a
commit
377372842c
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.25)
|
cmake_minimum_required(VERSION 3.25)
|
||||||
project(COSC-4P80-Final-Project VERSION 0.0.16)
|
project(COSC-4P80-Final-Project VERSION 0.0.17)
|
||||||
|
|
||||||
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
|
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
|
||||||
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)
|
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)
|
||||||
|
|
|
@ -617,7 +617,8 @@ namespace fp
|
||||||
std::exit(-1);
|
std::exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
state << i;
|
// user can skip this if required.
|
||||||
|
state << i - 1;
|
||||||
state << '\n';
|
state << '\n';
|
||||||
state << last_epoch_save;
|
state << last_epoch_save;
|
||||||
state << '\n';
|
state << '\n';
|
||||||
|
|
Loading…
Reference in New Issue