rename of libitpp, please add me as maintainer, I would like to get this pkg to Factory OBS-URL: https://build.opensuse.org/request/show/513824 OBS-URL: https://build.opensuse.org/package/show/science/itpp?expand=0&rev=1
12 lines
240 B
Diff
12 lines
240 B
Diff
--- itpp/base/timing.cpp
|
|
+++ itpp/base/timing.cpp
|
|
@@ -171,7 +171,7 @@ void pause(double t)
|
|
{
|
|
if (t == -1) {
|
|
std::cout << "(Press enter to continue)" << std::endl;
|
|
- getchar();
|
|
+ ::getchar();
|
|
}
|
|
else {
|
|
Real_Timer T;
|