From 49b2b0445d142ce65374ab4e4ce38e85ccad4439 Mon Sep 17 00:00:00 2001 From: "Gregory J. Ward" Date: Fri, 15 Jan 2021 23:16:06 +0000 Subject: [PATCH] fix: fixed 64-bit addressing issues in some tools --- doc/notes/ReleaseNotes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/notes/ReleaseNotes b/doc/notes/ReleaseNotes index 3db8b5c57..801a5fa7a 100644 --- a/doc/notes/ReleaseNotes +++ b/doc/notes/ReleaseNotes @@ -2394,3 +2394,5 @@ given number of seconds. Added "test" target to makeall to run unit tests. Modified bsdf2ttree to allow different parameters per input SIR file. + +Fixed issues with very large matrix files (> 2GB) in dctimestep, rmtxop, and rcollate.