Commit b5ef245e authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@250 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 598f1e22
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1085,11 +1085,15 @@ void pair(FILE *fp, Data &data, char *style, int flag)
	}
      }

  } else if (strcmp(style,"sw") == 0) {

  } else if (strcmp(style,"table") == 0) {

    int tabstyle = read_int(fp);
    int n = read_int(fp);

  } else if (strcmp(style,"tersoff") == 0) {

  } else if (strcmp(style,"yukawa") == 0) {

    double kappa = read_double(fp);