File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747#include " SireMM/atomljs.h"
4848#include " SireMM/cljnbpairs.h"
49+ #include " SireMM/cmapfunctions.h"
4950#include " SireMM/fouratomfunctions.h"
5051#include " SireMM/internalff.h"
5152#include " SireMM/threeatomfunctions.h"
5253#include " SireMM/twoatomfunctions.h"
53- #include " SireMM/cmapfunctions.h"
5454
5555#include " SireBase/booleanproperty.h"
5656#include " SireBase/parallel.h"
@@ -2643,7 +2643,8 @@ QStringList GroMolType::settlesLines(bool is_lambda1) const
26432643 // lambda function to check whether a four point water model
26442644 // is OPC water, which is determined by the virtual site charge
26452645 // value being < -1.1
2646- auto is_opc = [this , is_lambda1]() -> bool {
2646+ auto is_opc = [this , is_lambda1]() -> bool
2647+ {
26472648 if (is_lambda1)
26482649 {
26492650 for (const auto &atm : atms1)
You can’t perform that action at this time.
0 commit comments