Skip to content

Commit

Permalink
Fixed a typo in MakeIDGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed May 26, 2014
1 parent e21f414 commit 4aacc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVCDecisionTreeForest.m
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ Mathematica is (C) Copyright 1988-2012 Wolfram Research, Inc.
Clear[MakeIDGenerator]
MakeIDGenerator[] :=
Module[{i = 0},
Clear[NewID, ReetID];
Clear[NewID, ResetID];
NewID[] := i++;
ResetID[] := (i = 0);
];
Expand Down

0 comments on commit 4aacc1a

Please sign in to comment.