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