Skip to content
Snippets Groups Projects
Commit 21af1cf1 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Fixed bug in trying to use PCAVARS with just arguments

parent 05e444a3
No related branches found
No related tags found
No related merge requests found
...@@ -354,7 +354,7 @@ void PCAVars::unlockRequests() { ...@@ -354,7 +354,7 @@ void PCAVars::unlockRequests() {
void PCAVars::calculate() { void PCAVars::calculate() {
if(!nopbc) makeWhole(); if(!nopbc && getNumberOfAtoms()>0) makeWhole();
// Clear the reference value pack // Clear the reference value pack
mypack.clear(); mypack.clear();
......
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