[PATCH] Compute the height of a burndown chart

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Ben Boeckel 2011-07-29 22:30:27 -04:00 committed by Paul Beckingham
parent 402bac02a6
commit 210b5f54d5
3 changed files with 50 additions and 0 deletions

View file

@ -83,5 +83,7 @@ int execute (const std::string&, std::vector<std::string>);
std::string compressIds (const std::vector <int>&);
void combine (std::vector <int>&, const std::vector <int>&);
unsigned burndown_size (unsigned ntasks);
#endif
////////////////////////////////////////////////////////////////////////////////