An error occurred while fetching folder content.
Select Git revision
ProMod3
SCHWED-1008: Refactoring to use changed BackboneList interface w/o Backbone objects.
Gerardo Tauriello authored
The internal data structure containing all backbone atom positions is hidden from the user. Hence, instead of writing "n_pos = bb_list[i].n_coord" and "bb_list[i].n_coord = n_pos", one now writes "n_pos = bb_list.GetN(i)" and "bb_list.SetN(i, n_pos)". This allows the internal data structure to be changed in the future if needed.
| Name | Last commit | Last update |
|---|