[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ESPResSo-users] creating new shapes in ESPResSo
From: |
Rudolf Weeber |
Subject: |
Re: [ESPResSo-users] creating new shapes in ESPResSo |
Date: |
Wed, 15 Nov 2017 22:29:25 +0100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
Hi,
On Wed, Nov 15, 2017 at 11:49:50PM +0330, Mohammadreza Niknam Hamidabad wrote:
> Thank you so much. Currently, the version of ESPResSo on GitHub doesn't
> have Pore shape, right? When do you think the 3.3.2 version of ESPResSo
> and new shape module will be released? Is it before the Christmas?
Whether or not we will release before Chrstmas is not yet clear.
Until then, you can easily merge pull requests into your local copy like so:
1. Clone the repository (if you haven't done that already)
git clone git://github.com/espressomd/espresso
2. Go to the direcotry containing the repo
cd espresso
2. Merge in the pull request you need
git pull github.com/espressomd/espresso pull/1234/head
replacing 1234 with the number of the pull request you need, in your case
probably 1295.
Regards, Rudolf