add line in the end of pair_lj_gromacs.cpp
This commit is contained in:
committed by
GitHub
parent
db8dae3300
commit
76e3900128
@ -441,4 +441,4 @@ void *PairLJGromacs::extract(const char *str, int &dim)
|
|||||||
if (strcmp(str, "epsilon") == 0) return (void *) epsilon;
|
if (strcmp(str, "epsilon") == 0) return (void *) epsilon;
|
||||||
if (strcmp(str, "sigma") == 0) return (void *) sigma;
|
if (strcmp(str, "sigma") == 0) return (void *) sigma;
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user