diff --git a/stim/envi/envi.h b/stim/envi/envi.h index a8dc5ac..5ebfa47 100644 --- a/stim/envi/envi.h +++ b/stim/envi/envi.h @@ -1202,7 +1202,7 @@ public: template void spectrum(T* ptr, unsigned long long x, unsigned long long y, bool PROGRESS = false){ - spectrum(ptr, y * header.samples + x, PROGRESS = false); + spectrum(ptr, y * header.samples + x, PROGRESS); /*void* temp = alloc_array(header.bands); //allocate space for the output array if(header.interleave == envi_header::BSQ){ //if the infile is bsq file -- libgit2 0.21.4