[PPL-devel] [GIT] ppl/ppl(master): Global-replace mistake fixed.

Roberto Bagnara bagnara at cs.unipr.it
Mon Feb 20 22:54:06 CET 2012


Module: ppl/ppl
Branch: master
Commit: 37e82b178604094c5862863e651583096b31b332
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=37e82b178604094c5862863e651583096b31b332

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Feb 20 22:53:39 2012 +0100

Global-replace mistake fixed.

---

 tests/Watchdog/watchdog1.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Watchdog/watchdog1.cc b/tests/Watchdog/watchdog1.cc
index 48444d0..33ad705 100644
--- a/tests/Watchdog/watchdog1.cc
+++ b/tests/Watchdog/watchdog1.cc
@@ -38,7 +38,7 @@ test01() {
   try {
     bool ok;
     {
-      Watchdog::Watchdog w(csecs, do_interrupt);
+      Watchdog w(csecs, do_interrupt);
       nout << ((float) csecs)/100.0 << " seconds watchdog" << endl;
 
       nout << "starting iteration... " << std::flush;




More information about the PPL-devel mailing list