From 4260d31b85f715c2fe649a4e8b8d4e4c3bd25c03 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 6 Oct 2021 15:57:33 -0400 Subject: [PATCH] whitespace --- src/PHONON/dynamical_matrix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PHONON/dynamical_matrix.cpp b/src/PHONON/dynamical_matrix.cpp index b2f473f9cc..8861a87491 100644 --- a/src/PHONON/dynamical_matrix.cpp +++ b/src/PHONON/dynamical_matrix.cpp @@ -220,7 +220,7 @@ void DynamicalMatrix::openfile(const char *filename) // if file already opened, return if (file_opened) return; fp = nullptr; - + if (me == 0) { if (compressed) { fp = platform::zip_write(std::string(filename)+".gz"); @@ -232,7 +232,7 @@ void DynamicalMatrix::openfile(const char *filename) } if (!fp) error->one(FLERR,"Cannot open dynmat file: {}", utils::getsyserror()); } - + file_opened = 1; }