Skip to content
Snippets Groups Projects
Commit fc8ede35 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 f0f0b9f0
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ale::Isd::Isd(std::string isd_file) { ...@@ -24,7 +24,7 @@ ale::Isd::Isd(std::string isd_file) {
// Framers do not deal with line scan rates // Framers do not deal with line scan rates
// This is assuming that we may be dealing with a framer rather than // This is assuming that we may be dealing with a framer rather than
// a malformed ISD // a malformed ISD
line_scan_rate = {{}}; line_scan_rate = std::vector<std::vector<double>>();
} }
detector_sample_summing = getSampleSumming(isd); 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