From f33826fc89461753c0dd11f69ec77158cb28ade5 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Fri, 22 Jul 2016 09:57:05 +0000 Subject: [PATCH] Logic typo. --- demo/src/Common/geomview-graphics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/Common/geomview-graphics.c b/demo/src/Common/geomview-graphics.c index dadd46e..9baae18 100644 --- a/demo/src/Common/geomview-graphics.c +++ b/demo/src/Common/geomview-graphics.c @@ -621,7 +621,7 @@ void mesh2off_1d(FILE *gvf, if (mesh->parametric) { bool not_all, fast = false; - not_all = mesh->parametric->not_all && !ref_deg == 1; + not_all = mesh->parametric->not_all && !(ref_deg == 1); if ((coords = get_lagrange_coords(mesh)) != NULL) { -- GitLab