diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-06-24 14:12:12 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-06-24 14:12:12 +0200 |
commit | 12f89e9b53116b8889ff7e960cd7ba41052ce05d (patch) | |
tree | 2799e9ed159a1875a23bd1dda70b0c286f34503a | |
parent | 3b470b46f600ee56babb71a337f2acfe7b9ae4b3 (diff) | |
download | lattice_glass-12f89e9b53116b8889ff7e960cd7ba41052ce05d.tar.gz lattice_glass-12f89e9b53116b8889ff7e960cd7ba41052ce05d.tar.bz2 lattice_glass-12f89e9b53116b8889ff7e960cd7ba41052ce05d.zip |
Removing this pointers.
-rw-r--r-- | distinguishable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distinguishable.cpp b/distinguishable.cpp index 611bf50..0b70cf2 100644 --- a/distinguishable.cpp +++ b/distinguishable.cpp @@ -27,7 +27,7 @@ public: } for (unsigned i = 0; i < this->N; i++) { - this->vertices[i].state.type = i + 1; + DistinguishableSystem::vertices[i].state.type = i + 1; } } |