- Mar 19, 2019
-
-
Giovanni Bussi authored
-
- Jan 11, 2019
-
-
Travis CI User authored
This commit contains changes automatically generated by plumedbot on Travis-ci.
-
- Mar 12, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Nov 30, 2017
-
-
carlocamilloni authored
-
carlocamilloni authored
-
- Nov 02, 2017
-
-
Jana Pazurikova authored
-
- Sep 29, 2017
-
-
Giovanni Bussi authored
I replaced a few pointers with vectors or arrays
-
- Sep 15, 2017
-
-
Jana Pazurikova authored
-
- Sep 14, 2017
-
-
Jana Pazurikova authored
-
Jana Pazurikova authored
-
- Jun 08, 2017
-
-
Giovanni Bussi authored
-
- Jun 06, 2017
-
-
Giovanni Bussi authored
-
- May 11, 2017
-
-
Gareth Tribello authored
-
- May 04, 2017
-
-
Giovanni Bussi authored
Notice that almost all files were updated with the astyle commit 2813d759 Year in header is here updated to 2017
-
- Apr 25, 2017
-
-
Giovanni Bussi authored
-
- Apr 21, 2017
-
-
Carlo Camilloni authored
-
Giovanni Bussi authored
This is a huge commit, applying indentation to the whole code. Notice that this commit is made on master branch after having merged with -s ours from branch v2.3 See #215
-
Giovanni Bussi authored
This is a huge commit, applying indentation to the whole code. See #215
-
- Mar 28, 2017
-
-
Giovanni Bussi authored
-
- Mar 05, 2017
-
-
Giovanni Bussi authored
-
- Jul 29, 2016
-
-
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 01, 2016
-
-
Giovanni Bussi authored
style warnings
-
- Jan 08, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jun 26, 2015
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jun 17, 2015
-
-
Giovanni Bussi authored
I removed the NOPBC key from manual (it is not used) [makedoc]
-
- Aug 27, 2014
-
-
Giovanni Bussi authored
-
- Jun 25, 2014
-
-
Giovanni Bussi authored
-
- Jun 08, 2014
-
-
Gareth Tribello authored
-
- Oct 09, 2013
-
-
Giovanni Bussi authored
I set it to 2 instead of 2.0, so that it will not be necessary to update it
-
- Aug 25, 2013
-
-
Giovanni Bussi authored
I replaced everywhere it made sense the new Communicator class syntax. This commit is not strictly necessary, but provides examples of the simpler syntax so I think should be merged
-
- Jul 21, 2013
-
-
Giovanni Bussi authored
-
- Jun 09, 2013
-
-
Davide Branduardi authored
Now the stride for the neighbor lists in the path implementation are in timesteps. By now this means that PATHMSD and PROPERTYMAP are defined with e.g. NEIGH_STRIDE=5
-
- Jun 03, 2013
-
-
Giovanni Bussi authored
Now the code crashes in the following cases: 1. An exchange is attempted on a step where neighbor list for COORDINATION (or DHENERGY) are not updated 2. An exchange is attempted and neighbor list for PATHMSD or PROPERTYMAP are enabled. The second should be fixed better to allow using strides for lists which are divisor of the stride between steps. The better thing will likely come later, at least the code is safe now.
-
- Apr 17, 2013
-
-
Giovanni Bussi authored
-
- Feb 15, 2013
-
-
Giovanni Bussi authored
Mostly unused variables
-
- Jan 24, 2013
-
-
Giovanni Bussi authored
-