From d9a7bd000aa4518cfaeff06b7bb4e223ccd73458 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 28 Mar 2008 14:37:03 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1677 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- tools/restart2data.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/restart2data.cpp b/tools/restart2data.cpp index 5cda1e3a61..9942f95983 100644 --- a/tools/restart2data.cpp +++ b/tools/restart2data.cpp @@ -1226,6 +1226,8 @@ void pair(FILE *fp, Data &data, char *style, int flag) if (strcmp(style,"none") == 0) { + } else if (strcmp(style,"airebo") == 0) { + } else if ((strcmp(style,"buck") == 0) || (strcmp(style,"buck/coul/cut") == 0) || (strcmp(style,"buck/coul/long") == 0) || @@ -2441,6 +2443,7 @@ void Data::write(FILE *fp, FILE *fp2) if (pair_style && fp2 == NULL) { if ((strcmp(pair_style,"none") != 0) && + (strcmp(pair_style,"airebo") != 0) && (strcmp(pair_style,"eam") != 0) && (strcmp(pair_style,"eam/opt") != 0) && (strcmp(pair_style,"eam/alloy") != 0) &&