diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-25 15:23:41 -0500 |
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-25 15:23:41 -0500 |
| commit | 1da9ba0af64dd1ff07c9fda6226689b4e8701e43 (patch) | |
| tree | 7583c571b34e4e7a3dac0cc6e34016c6a6270e56 /spin.hpp | |
| parent | 5fe3e194a2d4690b541ecee8ea342681c4eeaa6c (diff) | |
| download | space_wolff-1da9ba0af64dd1ff07c9fda6226689b4e8701e43.tar.gz space_wolff-1da9ba0af64dd1ff07c9fda6226689b4e8701e43.tar.bz2 space_wolff-1da9ba0af64dd1ff07c9fda6226689b4e8701e43.zip | |
Minor refactoring of sphere commands and animation class, and introduction of Dimers
Diffstat (limited to 'spin.hpp')
| -rw-r--r-- | spin.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,7 +7,5 @@ template <class T, int D, class S> class Spin { public: Vector<T, D> x; S s; - - Spin() { x = Vector<T, D>::Zero(); } }; |
