GOMC-WSU / GOMC

GOMC - GPU Optimized Monte Carlo is a parallel molecular simulation code designed for high-performance simulation of large systems
https://gomc-wsu.org
MIT License
75 stars 36 forks source link

Fix Issue #442 Tail Corrections Description #444

Closed LSchwiebert closed 2 years ago

LSchwiebert commented 2 years ago

Rename the tail corrections variable and change the output message to make it clearer.

GregorySchwing commented 2 years ago

@LSchwiebert line 13 OutConst.cpp const std::string ENERGY_TC = "EN_TC"; I'd change the quoted text from EN_TC -> EN_Tail_Correction.

line 22 OutConst.h extern const std::string ENERGY_TC; static const uint ENERGY_TC_IDX = 2;

I'd do a find replace on those variables also.

LSchwiebert commented 2 years ago

I will check those and resubmit my pull request.