Commit cf109cd331d11bd2ec97fd52bcad11395ac5edef

Authored by Jiaming Guo
1 parent d759d28d

might need to be undo

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