# | Line 69 | Line 69 | namespace oopse { | |
---|---|---|
69 | fortranForceOptions.GayBerneMu = this->getGayBerneMu(); | |
70 | fortranForceOptions.GayBerneNu = this->getGayBerneNu(); | |
71 | ||
72 | – | std::cout << "GBM = " << fortranForceOptions.GayBerneMu << " GBN = " << fortranForceOptions.GayBerneNu << std::endl; |
73 | – | |
72 | std::string DistanceMix = this->getDistanceMixingRule(); | |
73 | toUpper(DistanceMix); | |
74 | if(DistanceMix == "ARITHMETIC"){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |