Oops -- the array wasn't being read when there was no *.fit file (my fault).
This commit is contained in:
parent
0cbbe80488
commit
67ea97f704
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ bool TGArray::open( const string& file_base ) {
|
|||
fitted_in = new sg_gzifstream( fitted_name );
|
||||
if ( ! fitted_in->is_open() ) {
|
||||
cout << " Cannot open " << fitted_name << endl;
|
||||
success = false;
|
||||
} else {
|
||||
cout << " Opening fitted data file: " << fitted_name << endl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue