From a28c4236adec6a48faff6c83f240d092220e4d3a Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Tue, 31 Jul 2018 13:24:52 +0200
Subject: [PATCH] [timeloop] Rename wallTime -> wallClockTime

---
 dumux/common/timeloop.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/common/timeloop.hh b/dumux/common/timeloop.hh
index 3f2e02dad9..80bd80b3d5 100644
--- a/dumux/common/timeloop.hh
+++ b/dumux/common/timeloop.hh
@@ -166,9 +166,9 @@ public:
     { endTime_ = t; }
 
     /*!
-     * \brief Returns the current wall time (cpu time).
+     * \brief Returns the current wall clock time (cpu time).
      */
-    double wallTime() const
+    double wallClockTime() const
     {  return cpuTime_; }
 
     /*!
-- 
GitLab