summaryrefslogtreecommitdiff
path: root/src/wolff_vector.c
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-27 14:49:09 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-27 14:49:09 -0400
commit0793838129e228d92ba4d4e2c0f95946e2e6a0f7 (patch)
treee5ecfebf487b969b393983c13b57fb4ffae47114 /src/wolff_vector.c
parentc4f5b25b89e0c5c07eed53fb4c554967de5b56c1 (diff)
parent09e928c20d3249ccc6d56b2937fddb95d29d395c (diff)
downloadc++-0793838129e228d92ba4d4e2c0f95946e2e6a0f7.tar.gz
c++-0793838129e228d92ba4d4e2c0f95946e2e6a0f7.tar.bz2
c++-0793838129e228d92ba4d4e2c0f95946e2e6a0f7.zip
merged
Diffstat (limited to 'src/wolff_vector.c')
-rw-r--r--src/wolff_vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wolff_vector.c b/src/wolff_vector.c
index a7fd292..90ce7fc 100644
--- a/src/wolff_vector.c
+++ b/src/wolff_vector.c
@@ -253,7 +253,7 @@ int main(int argc, char *argv[]) {
FILE *outfile = fopen("out.m", "a");
- fprintf(outfile, "<|D->%" PRID ",L->%" PRIL ",q->%" PRIq ",T->%.15f,H->{", D, L, q, T);
+ fprintf(outfile, "<|N->%" PRIcount ",D->%" PRID ",L->%" PRIL ",q->%" PRIq ",T->%.15f,H->{", N, D, L, q, T);
for (q_t i = 0; i < q; i++) {
fprintf(outfile, "%.15f", H[i]);
if (i != q-1) {