summaryrefslogtreecommitdiff
path: root/lib/ising.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ising.h')
-rw-r--r--lib/ising.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ising.h b/lib/ising.h
index b4856c3..d956d88 100644
--- a/lib/ising.h
+++ b/lib/ising.h
@@ -19,6 +19,7 @@
* void add(M_t *x1, int factor, X_t x2);
* void add(F_t *x1, double factor, X_t x2);
* M_t scalar_multiple(int factor, X_t x);
+ * F_t scalar_multiple(double factor, X_t x);
* double norm_squared(F_t x);
* void write_magnetization(M_t M, FILE *outfile);
*