- swithced to prefix "++"
[alexxy/gromacs-domains.git] / src / domaintests.cpp
2020-10-14 Anatoly- swithced to prefix "++"
2020-10-02 Anatoly- optimised memory storage for domains
2020-09-30 Anatoly- changed requirement to c++17
2020-09-29 Anatoly- in general implemented "new" knowledge of C++
2020-09-15 Anatoly- changed to safer matrix fill
2020-09-11 Anatoly- fixed a strange issue with vector resize
2020-09-09 Anatoly- added extra tests to check on different sized structures
2020-07-29 Anatoly- optimized Fit/Domain tests to be more readable
2020-07-29 Anatoly- changed from RVec[0/1/2] to RVec(x, y, z)
2020-07-24 Anatoly- fixed a numeric issue where staring frame was not...
2020-07-23 Anatoly- added FRIEND_TEST(s) to domaintype.h
2020-07-21 Anatoly- changed "double" to "long double" for fit const
2020-07-20 Anatoly- some tests
2020-07-17 Anatoly- minor tests fixes