From b16949ab56670ee59a868ac817aad102a20dd193 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 27 May 2020 17:02:26 -0400 Subject: Code cleanup and better error handling on the AppGraphics renderer. --- ag_render.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ag_render.f90') diff --git a/ag_render.f90 b/ag_render.f90 index 576d34d..3a91b92 100644 --- a/ag_render.f90 +++ b/ag_render.f90 @@ -835,7 +835,7 @@ contains end if - ag_report_unsupported_protocol = .true. + ag_report_unsupported_protocol = .false. end function ag_report_unsupported_protocol -- cgit v1.2.3