summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distinguishable.cpp2
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;
}
}