From 12f89e9b53116b8889ff7e960cd7ba41052ce05d Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 24 Jun 2021 14:12:12 +0200 Subject: Removing this pointers. --- distinguishable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.3