issues
search
DCPROGS
/
HJCFIT
Full maximum likelihood fitting of a mechanism directly to the entire sequence of open and shut times, with exact missed events correction.
GNU General Public License v3.0
9
stars
4
forks
source link
Addresses random device issue #44
#45
Closed
mdavezac
closed
11 years ago
mdavezac
commented
11 years ago
Closes #44, for now in any case
Removes debugging stuff in cmake
MinGW has not implemented std::random_device fully yet. Unfortunately, this can only be detected by running a program which tries to call std::random_device. However that generates an error that is
not
caught by CMake's try_run.