Skip to content

Commit

Permalink
Merge branch 'ob-gpl-calculator' of github.com:ghutchis/avogadrolibs …
Browse files Browse the repository at this point in the history
…into ob-gpl-calculator

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Feb 3, 2024
2 parents 360eff0 + 1b7c8c7 commit e0a4cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions avogadro/qtplugins/forcefield/forcefield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Forcefield::Forcefield(QObject* parent_)
m_gradientTolerance = settings.value("gradientTolerance", 1.0e-4).toDouble();
settings.endGroup();

refreshScripts();

// add the openbabel calculators in case they don't exist
#ifdef BUILD_GPL_PLUGINS
// These directly use Open Babel and are fast
Expand Down

0 comments on commit e0a4cc7

Please sign in to comment.