Commit 6aa276f6122157cbf55cf3d3388cebdfda9860b4

Authored by Pavel Govyadinov
1 parent ac5ae422

Parentheses fixed

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
stim/visualization/cylinder.h
@@ -54,13 +54,13 @@ public: @@ -54,13 +54,13 @@ public:
54 { 54 {
55 R = s; 55 R = s;
56 init(); 56 init();
57 - { 57 + }
58 58
59 cylinder(stim::centerline<T> p, std::vector<T> s) 59 cylinder(stim::centerline<T> p, std::vector<T> s)
60 { 60 {
61 d = s; 61 d = s;
62 init(); 62 init();
63 - { 63 + }
64 64
65 //cylinder(centerline<T>c, T r) : centerline(c) { 65 //cylinder(centerline<T>c, T r) : centerline(c) {
66 // init(); 66 // init();