aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/linear_congruental.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/linear_congruental.hpp')
-rw-r--r--chaos/src/linear_congruental.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/linear_congruental.hpp b/chaos/src/linear_congruental.hpp
index f6ce961..25bc837 100644
--- a/chaos/src/linear_congruental.hpp
+++ b/chaos/src/linear_congruental.hpp
@@ -37,7 +37,7 @@ public:
CHAOS_PAR_INIT(C, 259200);
}
- virtual void m_step()
+ void m_step()
{
data_t x = m_data[0];