Changeset 6278
- Timestamp:
- 25/11/09 09:54:16 (3 years ago)
- Files:
-
- 1 modified
-
branches/clusters/DIST/DI_clusters.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/clusters/DIST/DI_clusters.cxx
r6252 r6278 48 48 49 49 void DI_create_cluster_awars(AW_root *aw_root, AW_default def, AW_default db) { 50 aw_root->awar_float(AWAR_CLUSTER_MAXDIST, 0.5, def)->set_minmax(0.0, 100.0);50 aw_root->awar_float(AWAR_CLUSTER_MAXDIST, 3.0, def)->set_minmax(0.0, 100.0); 51 51 aw_root->awar_int(AWAR_CLUSTER_MINSIZE, 7, def)->set_minmax(2, INT_MAX); 52 52 aw_root->awar_int(AWAR_CLUSTER_AUTOMARK, 1, def);
