You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
######################################### |
|
# MLS declarations |
|
# |
|
|
|
# Generate the desired number of sensitivities and categories. |
|
gen_sens(mls_num_sens) |
|
gen_cats(mls_num_cats) |
|
|
|
# Generate level definitions for each sensitivity and category. |
|
gen_levels(mls_num_sens,mls_num_cats)
|
|
|