- Aug 07, 2016
-
-
Carlo Camilloni authored
-
- Aug 03, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Also patch *.inc.in file
-
Giovanni Bussi authored
plumed.h should be included before any other include
-
Giovanni Bussi authored
To make the layout more consistent, I made new files: Config.inc ConfigInstall.inc that are generated with a script, whereas: Config.cpp ConfigInstall.cpp are included in the repository. In this manner all cpp files are included in the repository.
-
Giovanni Bussi authored
Fixed deprecated header
-
Giovanni Bussi authored
driver-float was not documented
-
- Aug 02, 2016
-
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
[makedocs]
-
Carlo Camilloni authored
-
gilgigilgil authored
-
- Jul 31, 2016
-
-
Gareth Tribello authored
[makedoc]
-
Gareth Tribello authored
[makedoc]
-
- Jul 30, 2016
-
-
Gareth Tribello authored
[makedoc]
-
Gareth Tribello authored
-
- Jul 29, 2016
-
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Given header file.h, it is good practice to have a file file.cpp that includes it as first header. I just fix the order of includes here. There are still several headers which do not have a corresponding cpp file, and also a few that are not included anywhere (which is obviosuly an error). I will fix them in a later commit.
-
- Jul 28, 2016
-
-
Giovanni Bussi authored
fixed an error introduced in e2f37a30
-
Giovanni Bussi authored
Fix namespace name crystallisation -> crystallization
-
Giovanni Bussi authored
Avoid using namespace std in header files. The reason is that the cpp files including that .h file will automatically use namespace std
-
Giovanni Bussi authored
Added missing namespaces
-
Giovanni Bussi authored
These are the files generated automatically with the cmd dictionaries. I renamed them to inc which is a more standard extension for include files.
-
Giovanni Bussi authored
Almost is not anymore supported in v2.3
-
Giovanni Bussi authored
made version in "plumed config" consistent with the change done in 2e4cee92
-
- Jul 25, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jul 24, 2016
-
-
Gareth Tribello authored
[makedoc]
-
Gareth Tribello authored
[makedocs]
-
- Jul 23, 2016
-
-
Giovanni Bussi authored
-
- Jul 20, 2016
-
-
Giovanni Bussi authored
[makedoc]
-
- Jul 19, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jul 18, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
This fixed a bug I introduced in 35ed62dc Namely, now all the directories containing regtests should be explicitly listed in regtest/Makefile. The result of the bug was that not all regtests were run
-