Range: Renamed Daterange to Range

This commit is contained in:
Paul Beckingham 2016-04-23 08:47:08 -04:00
parent ce29626777
commit 4176bf23d4
20 changed files with 319 additions and 319 deletions

View file

@ -50,7 +50,7 @@ void Datafile::initialize (const std::string& name)
month = 1;
}
Datetime end (month, 1, year, 0, 0, 0);
_range = Daterange (start, end);
_range = Range (start, end);
}
////////////////////////////////////////////////////////////////////////////////