(svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors.

This commit is contained in:
fonsinchen
2013-12-20 14:57:44 +00:00
parent 4818b72c75
commit ec492bfb77
5 changed files with 42 additions and 8 deletions

View File

@@ -79,6 +79,8 @@ public:
void ReleaseShare(StationID st);
void ScaleToMonthly(uint runtime);
/**
* Get the actual shares as a const pointer so that they can be iterated
* over.