Skip to content
Snippets Groups Projects
Commit 12be3adf authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.2' into v2.3

parents 7976cd8c a0d8c6bf
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ do_cosine(false)
checkRead();
if(atoms.size()==4){
if(!(v1.empty()) && (v2.empty()) && (axis.empty()))
if(!(v1.empty() && v2.empty() && axis.empty()))
error("ATOMS keyword is not compatible with VECTOR1, VECTOR2 and AXIS keywords");
log.printf(" between atoms %d %d %d %d\n",atoms[0].serial(),atoms[1].serial(),atoms[2].serial(),atoms[3].serial());
atoms.resize(6);
......
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