allow dump together with option 'chisq only'
This commit is contained in:
parent
14014c940b
commit
7770263112
@ -654,7 +654,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// check if dump is wanted
|
||||
if (success && !dump.IsNull() && !chisq_only) {
|
||||
if (success && !dump.IsNull()) {
|
||||
cout << endl << "will write dump file ..." << endl;
|
||||
dump.ToLower();
|
||||
if (dump.Contains("ascii"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user