@@ -78,7 +78,7 @@ void EstimateAngle(PARAM *param){
/* 距離の計算 */
for (s=0; s<param->steps; s++){
if (s%10 == 0) {
printf("Calculating Gr step: %d\r", s);
printf("Calculating Angle step: %d\r", s);
fflush(stdout);
}
/* 原子の選択 */
The note is not visible to the blocked user.