- Jan 24, 2013
-
-
Giovanni Bussi authored
-
- Jan 16, 2013
-
-
Giovanni Bussi authored
-
- Jan 09, 2013
-
-
Giovanni Bussi authored
I used cppcheck --enable=all.
-
- Jan 03, 2013
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Allow to better isolate the heavy part to be parallelized
-
Giovanni Bussi authored
-
- Dec 10, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Namespaces are used now in bias/colvar/function/cltools
-
Giovanni Bussi authored
-
- Dec 06, 2012
-
-
Giovanni Bussi authored
-
- Nov 23, 2012
-
-
Giovanni Bussi authored
All the source code have been moved into subdirectories of src/ Some of these subdirectories are treated in a special manner: src/wrapper contains the wrappers for MD codes src/main contains the main.cpp file src/config contains files generated without compilation, just based on configuration info src/lib is the place where executables and libraries are put at the end src/cltools contains the command line tools src/tools contains plumed tools (reusable classes) src/basic contains PlumedMain, Action hierarchy and other basic stuff src/multicolvar contains MultiColvar stuff src/imd is the interactive MD (still not totally portable). Notice that, to allow easy inclusion of .h files from other modules, I link all the directories in src/ into module directory. In this way it is possible e.g. to write #include "config/PlumedConfig.h" See src/README and src/basic/Makefile to understand how inter-module dependencies are set
-
- Nov 19, 2012
-
-
davidebr authored
-
- Nov 16, 2012
-
-
Giovanni Bussi authored
Detected with -pedantic
-
davidebr authored
-
- Nov 15, 2012
-
-
Giovanni Bussi authored
PATHMSD -> FUNCPATHMSD CVPATHMSD -> PATHMSD ISOMAP is an alias for CVPATHMSD This shows the ISOMAP as a different flag even if it share the same implementation with the path. For now, also the keywords are identical, this certainly has to be fixed.
-
Giovanni Bussi authored
This clarifies a bit the developer doc
-
- Nov 13, 2012
-
-
davidebr authored
one liner and has Spiwok isomap inside
-