From 87355fc5312282d92ec005fd0d2a17715c3c4ff0 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Thu, 1 Feb 2018 11:47:46 -0700 Subject: [PATCH] Fix acidental unicode character --- src/wrf/extension.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrf/extension.py b/src/wrf/extension.py index a3357a3..a766040 100755 --- a/src/wrf/extension.py +++ b/src/wrf/extension.py @@ -1569,7 +1569,7 @@ def omp_get_wtime(): """Return elapsed wall clock time in seconds. The omp_get_wtime routine returns a value equal to the elapsed wall clock - time in seconds since some “time in the past”. The actual + time in seconds since some "time in the past". The actual “time in the past” is arbitrary, but it is guaranteed not to change during the execution of the application program. The time returned is a “per-thread time”, so it is not required to be globally consistent across