HITS-AIN / PINK

Parallelized rotation and flipping INvariant Kohonen maps
GNU General Public License v3.0
21 stars 11 forks source link

Periodic boundary condition option seems deprecated #31

Open RafaelMostert opened 5 years ago

RafaelMostert commented 5 years ago

The periodic boundary condition flag --pbc gets displayed both in the help message and at runtime Use periodic boundary conditions = 1.

Unlike in Pink version 0.23, running with or without the pbc flag makes no difference. The flag does not seem to propagate in the code beyond src/UtilitiesLib/InputData.h, is it deprecated?

BerndDoser commented 5 years ago

Yes, good point. PBC is not supported at the moment. I added a corresponding check (2bad173a6b01faced2d8f4c8d1f062533fd08c5a).