ryanmcgreevy / ModelMaker

ModelMaker plugin of VMD
2 stars 1 forks source link

Bug in modelmaker refine #53

Open sklumpe opened 5 years ago

sklumpe commented 5 years ago

Hi,

there is a bug in the ModelMaker refine module. During selection parsing, only the first part of the selection string is processed. In line 374 in the modelmaker.tcl file it should be set sel [list $arg(sel)] instead of set sel $arg(sel)

Best Sven

ryanmcgreevy commented 5 years ago

This is now fixed in abb3b040905e1dd525015fca528177dc51cd2bda. It has been a long time since I have tested modelmaker so if you could please check that this fixes the issue, that would be great.