KamilSJaron / Conjunction

Simulator of secondary CONtact using Fisher's JUNCTION representation of genome admixture.
GNU General Public License v3.0
1 stars 2 forks source link

add x, y information to demes #17

Closed KamilSJaron closed 6 years ago

KamilSJaron commented 6 years ago

Besides internal indexes of demes I should add an information about it's position in the world. This information would be passed during instanciation.

KamilSJaron commented 6 years ago

from commit 6de04a329b749f5429c82ad42d933b3f1072c897 x,y information of demes is available as private members (ints) of class deme. Publicly accessible using getters : getX(); and getY();.