Skip to content

Commit

Permalink
Remove guitweak.map_volume
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Sep 30, 2023
1 parent 0f57278 commit 50c89f6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions psico/guitweak.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ def mol_generate(self_cmd, sele):
return r


@menuappend
def map_volume(self_cmd, sele):
m = 'psico.electrostatics'
return [
[0, '', ''],
[1, 'electrostatics', m + '.volume_esp("' + sele + '_volume_esp","' + sele + '")'],
[1, 'difference density', m + '.volume_fofc("' + sele + '_volume_fofc","' + sele + '")'],
]


@menuappend
def presets(self_cmd, sele):
return [
Expand Down

0 comments on commit 50c89f6

Please sign in to comment.