From c5c2fc72f2d9f232583cc2f2d6ef0dc5f2a52860 Mon Sep 17 00:00:00 2001 From: Jeff Hammond Date: Wed, 3 Dec 2014 21:18:43 +0000 Subject: [PATCH] hyphens break vim syntax highlighting --- src/ncc/ncc_driver.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncc/ncc_driver.F b/src/ncc/ncc_driver.F index fe21c512ff..af3916c775 100644 --- a/src/ncc/ncc_driver.F +++ b/src/ncc/ncc_driver.F @@ -46,7 +46,7 @@ c double precision thresh c c character*20 method c c c c I am using common variables to pass from this routine c -c into the NCC module so that I don't have to use the c +c into the NCC module so that I do not have to use the c c RTDB since that would involve disk access. c c c c===============================================================c