Skip to content

Commit

Permalink
should book fix after book save (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Feb 10, 2025
1 parent f427dc6 commit 9b4abc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/edax_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ void _doEdaxBookDeviate(final LibEdax edax, final String moves, final int relati
'has finished book deviate.'
' moves: $moves, relativeError: $relativeError, absoluteError: $absoluteError.',
);
_log('next, book fix...');
edax.edaxBookFix();
_log('has finished book fix.');
_log('next, book save...');
edax.edaxBookSave(_bookFile);
_log('has finished book save.');
_log('next, book fix...');
edax.edaxBookFix();
_log('has finished book fix.');
}

0 comments on commit 9b4abc2

Please sign in to comment.