From a5e8f8f0b61ca02d88f418400cb5b2938cabddef Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Thu, 1 Feb 2018 11:50:02 -0700 Subject: [PATCH] Fix more accidental unicode characters --- src/wrf/extension.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wrf/extension.py b/src/wrf/extension.py index a766040..167d27c 100755 --- a/src/wrf/extension.py +++ b/src/wrf/extension.py @@ -1570,9 +1570,9 @@ def omp_get_wtime(): 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 the past” is arbitrary, but it is guaranteed not to change during + "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 + "per-thread time", so it is not required to be globally consistent across all threads participating in an application. Returns: