Skip to content

Initial support for using msgpack coordinates / energies

Codacy Production / Codacy Static Code Analysis required action Nov 20, 2024 in 0s

2 new issues (0 max.) of at least medium severity.

Annotations

Check warning on line 64 in avogadro/qtplugins/forcefield/scriptenergy.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

avogadro/qtplugins/forcefield/scriptenergy.cpp#L64

Either the condition 'mol==nullptr' is redundant or there is possible null pointer dereference: mol.

Check warning on line 66 in avogadro/qtplugins/forcefield/scriptenergy.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

avogadro/qtplugins/forcefield/scriptenergy.cpp#L66

Either the condition 'm_interpreter==nullptr' is redundant or there is possible null pointer dereference: m_interpreter.