Parent Directory
|
Revision Log
|
Patch
revision 898 by jonathan, Mon May 12 12:19:58 2003 UTC | revision 902 by jonathan, Wed May 14 11:16:13 2003 UTC | |
---|---|---|
# | Line 200 class ClassGenDialog(wxDialog): | Line 200 class ClassGenDialog(wxDialog): |
200 | and max is not None \ | and max is not None \ |
201 | and numGroups is not None: | and numGroups is not None: |
202 | ||
203 | self.clazz = ClassGenerator().GenUnifromDistribution( | self.clazz = ClassGenerator().GenUniformDistribution( |
204 | min, max, numGroups, ramp, | min, max, numGroups, ramp, |
205 | self.type == FIELDTYPE_INT) | self.type == FIELDTYPE_INT) |
206 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |