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,13 +56,12 @@ public:
56 init(); 56 init();
57 } 57 }
58 58
59 -/*  
60 cylinder(stim::centerline<T> p, std::vector<T> s) 59 cylinder(stim::centerline<T> p, std::vector<T> s)
61 { 60 {
62 - d = p; 61 + //was d = s;
  62 + p = s;
63 init(); 63 init();
64 } 64 }
65 -*/  
66 65
67 //cylinder(centerline<T>c, T r) : centerline(c) { 66 //cylinder(centerline<T>c, T r) : centerline(c) {
68 // init(); 67 // init();