From 8a28bfcbe59fe288c102b0cb407a42364cb00459 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 26 Apr 2017 19:32:26 -0400 Subject: [PATCH] move system("pause") ouside of canOpen so they can see the errors. --- src/radec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }