We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after installing mcmclib
include/mcmc/misc/mcmc_options.hpp:208:10: fatal error: 'BaseMatrixOps/include/BaseMatrixOps.hpp' file not found
so I must add include path "mcmc/"
-I/path/to/mcmc/include/mcmc/
I thought the line
#include "BaseMatrixOps/include/BaseMatrixOps.hpp"
should better be
#include "mcmc/BaseMatrixOps/include/BaseMatrixOps.hpp"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
after installing mcmclib
so I must add include path "mcmc/"
I thought the line
should better be
The text was updated successfully, but these errors were encountered: