diff --git a/build/CMakeFiles/ComputePi.dir/main.cpp.o b/build/CMakeFiles/ComputePi.dir/main.cpp.o index 4da26d8..e4ae637 100644 Binary files a/build/CMakeFiles/ComputePi.dir/main.cpp.o and b/build/CMakeFiles/ComputePi.dir/main.cpp.o differ diff --git a/build/ComputePi b/build/ComputePi index 9817d9d..c4cf4cf 100755 Binary files a/build/ComputePi and b/build/ComputePi differ diff --git a/main.cpp b/main.cpp index c016244..7e57d33 100644 --- a/main.cpp +++ b/main.cpp @@ -70,8 +70,11 @@ int main() { std::cout << std::endl; } } - else{std::cout << "file piShape.txt not found or could not be opened" << std::endl;} - - // std::cout << threadSafeMap->find(i); + else{ + std::cout << "file piShape.txt not found or could not be opened" << std::endl << "3."; + for (int i = 1; i <= 1000; i++){ + std::cout << threadSafeMap->find(i); + } + } return 0; }