Skip to content

Commit e470515

Browse files
author
Leily Rabbani
committed
small fixes
1 parent 97e73cb commit e470515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/krbalancing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void kr_balancing::rescale_norm_vector(){
160160
}
161161
}
162162
}
163-
std::cout << "normalisation factor "<< std::sqrt(norm_vector_sum/original_sum) <<std::endl;
163+
std::cout << "normalisation factor is "<< std::sqrt(norm_vector_sum/original_sum) <<std::endl;
164164
x /= std::sqrt(norm_vector_sum/original_sum);
165165

166166
}

0 commit comments

Comments
 (0)