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

Made adjacency matrix base lowmem by default in order to avoid using large amounts of memory

parent 27b0884d
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ namespace adjmat {
void AdjacencyMatrixBase::registerKeywords( Keywords& keys ){
multicolvar::MultiColvarBase::registerKeywords( keys );
keys.add("compulsory","WTOL","0.0","if the base multicolvars have weights then you must define a hard cutoff on those you want to consider explicitally");
keys.remove("LOWMEM"); keys.use("HIGHMEM");
}
AdjacencyMatrixBase::AdjacencyMatrixBase(const ActionOptions& ao):
......
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