print complete read_data and special output to both screen and logfile
This commit is contained in:
@ -414,7 +414,7 @@ void ReadData::command(int narg, char **arg)
|
||||
// open file on proc 0
|
||||
|
||||
if (me == 0) {
|
||||
if (firstpass && screen) fprintf(screen,"Reading data file ...\n");
|
||||
if (firstpass) utils::logmesg(lmp,"Reading data file ...\n");
|
||||
open(arg[0]);
|
||||
} else fp = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user