summaryrefslogtreecommitdiff
path: root/lib/include/graph.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-04-19 13:31:16 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-04-19 13:31:16 -0400
commit1cd41b27808da0fe558cfe31dfc370a71ea2dc50 (patch)
tree235983765d267a5b95af90f8c82431bcc72d1732 /lib/include/graph.hpp
parentea4113e623170692a469f152752f9d583eecfedd (diff)
downloadfuse_networks-1cd41b27808da0fe558cfe31dfc370a71ea2dc50.tar.gz
fuse_networks-1cd41b27808da0fe558cfe31dfc370a71ea2dc50.tar.bz2
fuse_networks-1cd41b27808da0fe558cfe31dfc370a71ea2dc50.zip
added support for rotating a lattice
Diffstat (limited to 'lib/include/graph.hpp')
-rw-r--r--lib/include/graph.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/graph.hpp b/lib/include/graph.hpp
index 032a4d1..1714dc2 100644
--- a/lib/include/graph.hpp
+++ b/lib/include/graph.hpp
@@ -42,5 +42,6 @@ class graph {
graph(unsigned n, double a, std::mt19937& rng);
void helper(unsigned n, std::mt19937& rng);
+ graph const rotate();
};