split long lines

This commit is contained in:
Eli Packer 2003-03-05 08:36:49 +00:00
parent 983c98a7d4
commit dfb9650da9
1 changed files with 2 additions and 1 deletions

View File

@ -932,7 +932,8 @@ void Snap_rounding_2<Rep_>::clear()
}
template<class Rep_>
bool Snap_rounding_2<Rep_>::change_number_of_kd_trees(int inp_number_of_kd_trees)
bool Snap_rounding_2<Rep_>::change_number_of_kd_trees(
int inp_number_of_kd_trees)
{
if(inp_number_of_kd_trees > 0) {
number_of_kd_trees = inp_number_of_kd_trees;