From 7770263112235503554e0e8af9280916839d1404 Mon Sep 17 00:00:00 2001 From: nemu Date: Thu, 5 Mar 2009 08:02:57 +0000 Subject: [PATCH] allow dump together with option 'chisq only' --- src/musrfit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musrfit.cpp b/src/musrfit.cpp index 79f76c17..eac54fca 100644 --- a/src/musrfit.cpp +++ b/src/musrfit.cpp @@ -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"))