From a957dabe15dd89edd2e8ab927172f14dc48d96bf Mon Sep 17 00:00:00 2001 From: Joachim Klein Date: Tue, 23 Apr 2019 21:22:37 +0200 Subject: [PATCH] ExportIterations: use int64_t for vector size instead of int --- prism/include/ExportIterations.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prism/include/ExportIterations.h b/prism/include/ExportIterations.h index a0a7ae34..6aabde9b 100644 --- a/prism/include/ExportIterations.h +++ b/prism/include/ExportIterations.h @@ -76,9 +76,9 @@ public: /** * Export the given vector, with size n and given type (0 = normal, VI from below, 1 = VI from above) */ - void exportVector(double *soln, int n, int type) { + void exportVector(double *soln, int64_t n, int type) { fprintf(fp, "