Skip to content
Snippets Groups Projects
Commit f622015e authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Remove a spurious 'exit(0)' left-over from debugging

[[Imported from SVN: r9407]]
parent 78ddc95c
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,6 @@ int main() { ...@@ -151,7 +151,6 @@ int main() {
std::cout << value << " "; std::cout << value << " ";
} }
std::cout << std::endl; std::cout << std::endl;
exit(0);
} }
// Get gradient // Get gradient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment