summaryrefslogtreecommitdiff
path: root/dimers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dimers.cpp')
-rw-r--r--dimers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dimers.cpp b/dimers.cpp
index 4416333..d5cfdf4 100644
--- a/dimers.cpp
+++ b/dimers.cpp
@@ -85,7 +85,7 @@ int main(int argc, char* argv[]) {
file.open(filename);
Animation<double, D, Euclidean<double, D>, Dimer<double, D>> A(L, 750, argc, argv, wait);
- model sphere(1.0, Z, bCenter<D, Dimer<double, D>>(H));
+ model sphere(1, Z, bCenter<D, Dimer<double, D>>(H));
Rng rng;