1
0
Fork 0

Oops -- the array wasn't being read when there was no *.fit file (my fault).

This commit is contained in:
david 2003-03-20 14:50:33 +00:00
parent 0cbbe80488
commit 67ea97f704

View file

@ -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;
}