diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-10-20 14:47:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-20 14:47:14 +0200 |
| commit | 95d51f1df697d0ab3367ee92af40c1494878ca92 (patch) | |
| tree | 3dcfefab688eafb7c8698dd905e729b24d731fb8 /src | |
| parent | 080e1a5ab59e36c316c3590b74feb07638276a99 (diff) | |
| download | PROJ-95d51f1df697d0ab3367ee92af40c1494878ca92.tar.gz PROJ-95d51f1df697d0ab3367ee92af40c1494878ca92.zip | |
Repair statistics for ROUNDTRIP tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/gie.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -474,6 +474,11 @@ static int roundtrip (char *args) { T.op_ko++; T.total_ko++; } + else { + T.op_ok++; + T.total_ok++; + } + return 0; } |
