diff --git a/src/radec.cpp b/src/radec.cpp index 469e796..89158b9 100644 --- a/src/radec.cpp +++ b/src/radec.cpp @@ -43,7 +43,7 @@ int main() { // 4. Print the results of the simulation e.print(len); - system("pause"); } + system("pause"); return 0; }