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

Fixed bugs on Travis?

parent cfff5b57
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,6 @@ private:
std::vector< std::vector<unsigned> > colvar_atoms;
/// The list of reference configurations
std::vector<SingleDomainRMSD*> references;
/// Everything for controlling the updating of neighbor lists
int updateFreq;
/// Variables for strands cutoff
bool align_strands;
double s_cutoff;
......
......@@ -55,6 +55,7 @@ ActionWithVessel::ActionWithVessel(const ActionOptions&ao):
lowmem(false),
noderiv(true),
actionIsBridged(false),
nactive_tasks(0),
mydata(NULL),
contributorsAreUnlocked(false),
weightHasDerivatives(false),
......
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