From 4117f31cb67b93dd17aef73d58b36c44d4d15317 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 31 Jan 2020 11:22:26 -0500 Subject: [PATCH] Small fix to writing to restart format --- src/io.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.f90 b/src/io.f90 index cff9587..c4ced7f 100644 --- a/src/io.f90 +++ b/src/io.f90 @@ -734,7 +734,7 @@ module io !Only increment the lattice types if there are elements, if there are no elements then we !just overwrite the arrays - if(in_eles > 0) lattice_types = maxval(new_lattice_map) + lattice_types = maxval(new_lattice_map) sub_box_num = sub_box_num + n