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

Removed almost related stuff

Almost is not anymore supported in v2.3
parent 8b26a4db
No related branches found
No related tags found
No related merge requests found
......@@ -126,15 +126,6 @@ bool hasDlopen(){
#endif
}
bool hasAlmost(){
#if __PLUMED_HAS_ALMOST
return true;
#else
return false;
#endif
}
bool hasCregex(){
#if __PLUMED_HAS_CREGEX
return true;
......
......@@ -89,8 +89,6 @@ bool hasMatheval();
bool hasDlopen();
bool hasAlmost();
bool isInstalled();
bool hasCregex();
......
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