pemsley / coot

Software for macromolecular model-building
http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/
GNU General Public License v3.0
113 stars 44 forks source link

Fix `export_model_molecule_as_gltf` and `get_diff_diff_map_peaks` #115

Closed FilomenoSanchez closed 4 months ago

FilomenoSanchez commented 4 months ago

Currently molecules_container_t::export_model_molecule_as_gltf does not work as it uses molecules_container_t::is_valid_map_molecule to test whether the input imol is valid. This update fixes the problem and updates the debug message.

FilomenoSanchez commented 4 months ago

Now this also fixes a similar problem in molecules_container_t::get_diff_diff_map_peaks.

pemsley commented 4 months ago

Thanks.