Open gadel-me opened 6 years ago
When compiling vmd as a shared library (https://github.com/Eigenstate/vmd-python), the lammpsdata plugin does not work properly with CGCMM-styled lammps-data files - the std::bad_array_new_length exception is thrown.
Adding the return value 'true' to get_comment solves the issue.
Compiling with vmd 1.9.4. does not work. Adding the line #define VMDPLUGIN_STATIC before #include "hash.h" solves the issue.
When compiling vmd as a shared library (https://github.com/Eigenstate/vmd-python), the lammpsdata plugin does not work properly with CGCMM-styled lammps-data files - the std::bad_array_new_length exception is thrown.