Readme.org追加

This commit is contained in:
大窪 貴洋
2026-06-30 08:40:51 +09:00
parent 6300a46119
commit 702a9ec5e9
2 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -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);
}
/* 原子の選択 */