summaryrefslogtreecommitdiff
path: root/examples/src/models/potts/symmetric.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-15 22:57:17 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-15 22:57:17 -0400
commit1343a3fe6bd17a2487f12a0d61be8dc83cd722a0 (patch)
treefa937f0f3ba0f4977036c862c846a2ee461540ca /examples/src/models/potts/symmetric.hpp
parent6e8b19e1f1a244ef09e1b63d7593250d6ce01692 (diff)
downloadc++-1343a3fe6bd17a2487f12a0d61be8dc83cd722a0.tar.gz
c++-1343a3fe6bd17a2487f12a0d61be8dc83cd722a0.tar.bz2
c++-1343a3fe6bd17a2487f12a0d61be8dc83cd722a0.zip
many changes, including reworking the measurements system
Diffstat (limited to 'examples/src/models/potts/symmetric.hpp')
-rw-r--r--examples/src/models/potts/symmetric.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/src/models/potts/symmetric.hpp b/examples/src/models/potts/symmetric.hpp
index 8636f15..bc8673f 100644
--- a/examples/src/models/potts/symmetric.hpp
+++ b/examples/src/models/potts/symmetric.hpp
@@ -36,6 +36,7 @@ class symmetric_t : public std::array<q_t, q> {
}
}
+ printf("Your spin wasn't a valid state!", s.x);
exit(EXIT_FAILURE);
}