PTS93
2018-01-28 07b39c5f57665cbc4e806c6dd4cac552e1179f35
refs
author PTS93 <timon@skerutsch.de>
Sunday, January 28, 2018 13:28 +0000
committer GitHub <noreply@github.com>
Sunday, January 28, 2018 13:28 +0000
commit07b39c5f57665cbc4e806c6dd4cac552e1179f35
tree ed9919fd188a7e93c6153b2ce16297b28657e7d8 tree | zip | gz | tar | bzip2 | xz
parent 993e3a38aab390625a1ac2b425c75883bbc684fe view | diff
Fix autosave interval

In the current code it simply saves every 100 iterations. I changed the readme to reflect that.
In detector.c atm:
´//if (i % 1000 == 0 || (i < 1000 && i % 100 == 0)) {
if (i % 100 == 0) {
...
´
1 files modified
2 ■■■ changed files
README.md 2 ●●● diff | view | raw | blame | history