Skip to content

Commit

Permalink
Stop Contractions
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Meyer <ericmeyer@eric-meyers-macbook-pro.local>
  • Loading branch information
Eric Meyer committed Sep 25, 2009
1 parent 0597100 commit 67572ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ContractionListing.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ -(void) startContraction

-(void) stopContraction
{
Contraction* first = [contractionList objectAtIndex: 0];
first.stop = [NSDate date];
}

-(int) count
Expand Down

0 comments on commit 67572ad

Please sign in to comment.