Skip to content
Snippets Groups Projects
Commit b4d59e1b authored by Adam Paquette's avatar Adam Paquette Committed by Jesse Mapel
Browse files

Made line scan rate have a truely empty vector of double vectors

parent 9165064f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ ale::Isd::Isd(std::string isd_file) {
// Framers do not deal with line scan rates
// This is assuming that we may be dealing with a framer rather than
// a malformed ISD
line_scan_rate = {{}};
line_scan_rate = std::vector<std::vector<double>>();
}
detector_sample_summing = getSampleSumming(isd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment