git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4867 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -623,6 +623,8 @@ void Input::jump()
|
||||
}
|
||||
|
||||
if (me == 0) {
|
||||
if (strcmp(arg[0],"SELF") == 0) rewind(infile);
|
||||
else {
|
||||
if (infile != stdin) fclose(infile);
|
||||
infile = fopen(arg[0],"r");
|
||||
if (infile == NULL) {
|
||||
@ -632,6 +634,7 @@ void Input::jump()
|
||||
}
|
||||
infiles[nfile-1] = infile;
|
||||
}
|
||||
}
|
||||
|
||||
if (narg == 2) {
|
||||
label_active = 1;
|
||||
|
||||
Reference in New Issue
Block a user