aboutsummaryrefslogtreecommitdiff
path: root/ag_render.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-05-27 17:02:26 -0400
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-05-27 17:02:26 -0400
commitb16949ab56670ee59a868ac817aad102a20dd193 (patch)
tree2439c34ce6111580529798863f930779d2c53358 /ag_render.f90
parent10bb07b2d12f232a2ec68f3a1b8e337be9582f7d (diff)
downloadLR-87-b16949ab56670ee59a868ac817aad102a20dd193.tar.gz
LR-87-b16949ab56670ee59a868ac817aad102a20dd193.zip
Code cleanup and better error handling on the AppGraphics renderer.
Diffstat (limited to 'ag_render.f90')
-rw-r--r--ag_render.f902
1 files changed, 1 insertions, 1 deletions
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