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.

11 lines
247 B

module partition_level;
namespace partition_level {
int non_partition()
{
return primary() + intf1() + intf2() + intf3() + intf4() + intf5() +
intf6() + intf7() + impl1() + impl2() + impl3() + impl4() + impl5() +
impl6() + impl7();
}
}