Use proper default values- and clearify interface of TimeRange

This commit is contained in:
Erik Broberg
2016-08-18 17:55:31 -04:00
parent 48a2f181b0
commit ae25a171a6
5 changed files with 49 additions and 31 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ bool LabelParser::create() {
createImage(image, startTime, stopTime, spiceInstrument, _target, path);
_subsetMap[image.target]._subset.push_back(image);
_subsetMap[image.target]._range.setRange(startTime);
_subsetMap[image.target]._range.include(startTime);
_captureProgression.push_back(startTime);
std::stable_sort(_captureProgression.begin(), _captureProgression.end());