From 6aa276f6122157cbf55cf3d3388cebdfda9860b4 Mon Sep 17 00:00:00 2001 From: Pavel Govyadinov Date: Tue, 15 Aug 2017 10:27:54 -0500 Subject: [PATCH] Parentheses fixed --- stim/visualization/cylinder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stim/visualization/cylinder.h b/stim/visualization/cylinder.h index 5945611..145fac0 100644 --- a/stim/visualization/cylinder.h +++ b/stim/visualization/cylinder.h @@ -54,13 +54,13 @@ public: { R = s; init(); - { + } cylinder(stim::centerline p, std::vector s) { d = s; init(); - { + } //cylinder(centerlinec, T r) : centerline(c) { // init(); -- libgit2 0.21.4