From 0d1270112f1674e1111894d9db9b8cf3b32d0eff Mon Sep 17 00:00:00 2001 From: Jacob Gissinger Date: Tue, 27 Apr 2021 15:35:10 -0400 Subject: [PATCH] rebase --- src/read_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_data.cpp b/src/read_data.cpp index c033d2528f..adfce65384 100755 --- a/src/read_data.cpp +++ b/src/read_data.cpp @@ -2049,7 +2049,7 @@ void ReadData::typelabels(std::vector &mytypelabel, int myntypes, i if (!atom->labelmapflag) atom->add_label_map(); - int eof = comm->read_lines_from_file(fp,myntypes,MAXLINE,buf); + int eof = utils::read_lines_from_file(fp,myntypes,MAXLINE,buf,me,world); if (eof) error->all(FLERR,"Unexpected end of data file"); char *typelabel = new char[MAXLINE];