Skip to content
Snippets Groups Projects
  1. Nov 15, 2017
    • Giovanni Bussi's avatar
      Fixed log · d780c942
      Giovanni Bussi authored
      Messages related to NOPBC keyword were wrong
      
      Thanks to @valsson
      d780c942
  2. Jun 28, 2017
    • Giovanni Bussi's avatar
      Revert "Fix #251" · 57e8311a
      Giovanni Bussi authored
      This reverts commit fba71ad4.
      Looks like it fails on linux. I have to investigate the problem,
      meanwhile I revert
      57e8311a
    • Giovanni Bussi's avatar
      Fix #251 · fba71ad4
      Giovanni Bussi authored
      Since isnan() is only available in c++11, I prefer not to backport
      this so v2.3
      fba71ad4
  3. Jun 08, 2017
  4. Jun 06, 2017
  5. May 11, 2017
  6. May 04, 2017
    • Giovanni Bussi's avatar
      headers · 9d462172
      Giovanni Bussi authored
      Notice that almost all files were updated with the astyle commit
      2813d759
      
      Year in header is here updated to 2017
      9d462172
  7. Apr 26, 2017
  8. Apr 25, 2017
  9. Apr 21, 2017
  10. Jan 08, 2016
  11. Jul 01, 2015
  12. Mar 11, 2015
  13. Mar 05, 2015
  14. Feb 18, 2015
  15. Aug 27, 2014
  16. Jun 25, 2014
  17. Oct 15, 2013
  18. Oct 09, 2013
  19. Apr 17, 2013
  20. Mar 26, 2013
  21. Jan 10, 2013
  22. Dec 10, 2012
  23. Dec 06, 2012
  24. Nov 23, 2012
    • Giovanni Bussi's avatar
      Source tree reorganization · 07d51f5a
      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
      07d51f5a
  25. Jul 20, 2012
  26. Jul 19, 2012
    • Giovanni Bussi's avatar
      License related stuff · d22394b4
      Giovanni Bussi authored
      I added a PEOPLE file containing list of authors and a script
      (src/header.sh) which applies the Licence to all the source files.
      
      It can be applies multiple times (it automatically deletes the present header
      and replace it with the new one). Thus, to change the header, edit header.sh
      and execute it.
      d22394b4
  27. Jul 12, 2012
  28. Feb 14, 2012
Loading