Skip to content

Instantly share code, notes, and snippets.

@kgleeson
Created November 17, 2013 12:24
Show Gist options
  • Select an option

  • Save kgleeson/7512748 to your computer and use it in GitHub Desktop.

Select an option

Save kgleeson/7512748 to your computer and use it in GitHub Desktop.
-(void) updateTime {
activeTotalBrewTime = 0;
for (CTStage *stage in allStages)
{
activeTotalBrewTime = [stage getIntOfTimeLeft];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment