Skip to content
Snippets Groups Projects
Select Git revision
  • 8e205f86acb55dde3710720c127b477c8981eaba
  • master default protected
  • develop protected
  • conda
  • 3.6.0
  • 3.5.0
  • 3.4.2
  • 3.4.1
  • 3.4.0
  • 3.4.0-rc2
  • 3.4.0-rc
  • 3.3.1
  • 3.3.1-rc
  • 3.3.0
  • 3.3.0-rc2
  • 3.3.0-rc
  • 3.2.1
  • 3.2.1-rc
  • 3.2.0
  • 3.2.0-rc
  • 3.1.1
  • 3.1.1-rc2
  • 3.1.1-rc
  • 3.1.0
24 results

ProMod3

Gerardo Tauriello's avatar
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.
8e205f86
History
Name Last commit Last update