Ignore:
Timestamp:
04/11/21 02:09:28 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/measure-distribution.cpp

    r1121 r1125  
    7272        int samples_taken = samples_num;
    7373
    74         //Check if total number of point pairs is smaller than samples number (just to avoid the calculation of the same stats for the same pairs of Parts)
     74        //Check if total number of point pairs is smaller than samples number (just to avoid the calculation of the same stats for the same pairs of points).
    7575        //This optimization turned out to have a minor effect, only present for very high simil_samples_num, and was not perfect anyway:
    7676        //- samples are selected randomly so there are no guarantees that they will be repeated,
Note: See TracChangeset for help on using the changeset viewer.