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 );
|
fitted_in = new sg_gzifstream( fitted_name );
|
||||||
if ( ! fitted_in->is_open() ) {
|
if ( ! fitted_in->is_open() ) {
|
||||||
cout << " Cannot open " << fitted_name << endl;
|
cout << " Cannot open " << fitted_name << endl;
|
||||||
success = false;
|
|
||||||
} else {
|
} else {
|
||||||
cout << " Opening fitted data file: " << fitted_name << endl;
|
cout << " Opening fitted data file: " << fitted_name << endl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue