diff --git a/stim/visualization/cylinder.h b/stim/visualization/cylinder.h index 53fa2f3..f70c679 100644 --- a/stim/visualization/cylinder.h +++ b/stim/visualization/cylinder.h @@ -56,13 +56,12 @@ public: init(); } -/* cylinder(stim::centerline p, std::vector s) { - d = p; + //was d = s; + p = s; init(); } -*/ //cylinder(centerlinec, T r) : centerline(c) { // init(); -- libgit2 0.21.4