From 1da9ba0af64dd1ff07c9fda6226689b4e8701e43 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 25 Feb 2020 15:23:41 -0500 Subject: Minor refactoring of sphere commands and animation class, and introduction of Dimers --- spin.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'spin.hpp') diff --git a/spin.hpp b/spin.hpp index bb8369b..d4d39cc 100644 --- a/spin.hpp +++ b/spin.hpp @@ -7,7 +7,5 @@ template class Spin { public: Vector x; S s; - - Spin() { x = Vector::Zero(); } }; -- cgit v1.2.3-54-g00ecf