Files
itpp/libitpp-4.0.7-namespace.patch
Matthias Mailänder 1e0e046581 Accepting request 513824 from home:pluskalm
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
2017-08-05 09:32:26 +00:00

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;