Skip to content

Commit a3e0bfb

Browse files
committed
missed one std_error
1 parent 580083e commit a3e0bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/sim/sim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@ void sim_t::analyze_error()
23032303
// Update best uncertainty window if shrunk
23042304
if ( s.select_error( abs_error, current_standard_error ) < s.best_error )
23052305
{
2306-
s.best_error = s.select_error( abs_error, std_error );
2306+
s.best_error = s.select_error( abs_error, current_standard_error );
23072307
s.best_mean = current_mean;
23082308
s.best_iterations = n_iterations;
23092309
}

0 commit comments

Comments
 (0)