- fixed description
[alexxy/gromacs-spacetimecorr.git] / src / corrtype.cpp
2020-10-14 Anatoly- changed to prefix "++"
2020-10-02 Anatoly- fixed "lud" typo
2020-10-02 Anatoly- pretty sideroad output
2020-10-02 Anatoly- changed the mode 0 implementation
2020-10-02 Anatoly- changed the output
2020-10-02 Anatolydebug
2020-10-02 Anatoly- fixed possible int overflow
2020-10-02 Anatolydebug
2020-10-02 Anatolydebug
2020-10-02 Anatolydebug
2020-10-02 Anatoly- debug
2020-10-02 Anatoly- fixed a potentional bug with negative values
2020-10-02 Anatoly- looking into an issue
2020-10-02 Anatoly- fixed a bug with a wrong constant
2020-10-02 Anatoly- more debug
2020-10-02 Anatoly- more debug
2020-10-02 Anatoly- cleared
2020-10-02 Anatoly- "up to this point"
2020-10-02 Anatoly- debug info
2020-10-02 Anatoly- less debug output
2020-10-02 Anatoly- changed the way the functions are called
2020-10-01 Anatoly- removed extra cout
2020-10-01 Anatoly- fixed sels bug
2020-10-01 Anatoly- possible change to store selections in the data type
2020-10-01 Anatoly- more debug output
2020-10-01 Anatoly- more debug output
2020-10-01 Anatoly- fixed a potential bug in trajectoryPartition #2
2020-10-01 Anatoly- fixed a possible bug in trajectoryPartition
2020-10-01 Anatoly-futher dig
2020-10-01 Anatoly- futher dig
2020-09-30 Anatoly- added gromacs lib to the project
2020-08-13 Alexey Shvetsovq/a
2020-07-29 Anatoly- fixed graphCalculations bug with wrong reference...
2020-07-29 Anatoly- changed if(){}else{} to =std::max()
2020-07-29 Anatoly- added resize(0) for subGraph data boxes (potential...
2020-07-28 Anatoly- added index into corrType as internal data
2020-07-17 Anatoly- separated corr type into (cpp/h) combo
2020-07-17 Anatoly- added corrtype template (cpp/h)