Skip to content
Snippets Groups Projects
Commit 78a486c0 authored by Julien Devemy's avatar Julien Devemy
Browse files

Authorize hybrid/overlay for fix srp

parent f2c11727
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ int FixSRP::setmask() ...@@ -98,7 +98,7 @@ int FixSRP::setmask()
void FixSRP::init() void FixSRP::init()
{ {
if (force->pair_match("hybrid",1) == NULL) if (force->pair_match("hybrid",1) == NULL && force->pair_match("hybrid/overlay",1) == NULL)
error->all(FLERR,"Cannot use pair srp without pair_style hybrid"); error->all(FLERR,"Cannot use pair srp without pair_style hybrid");
int has_rigid = 0; int has_rigid = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment