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
Dear author:
I get error report below when I tried to install iMAAPs, and I'm sure that I had installed gsl, fftw and openmp with conda successfully.
tools.cpp: In function ‘bool file_check(const string&)’: tools.cpp:26:9: error: cannot convert ‘std::ifstream’ {aka ‘std::basic_ifstream’} to ‘bool’ in return return fp; ^~ tools.cpp: In function ‘bool file_open(const string&)’: tools.cpp:35:9: error: cannot convert ‘std::ofstream’ {aka ‘std::basic_ofstream’} to ‘bool’ in return return fp; ^~ make: *** [Makefile:19: tools.o] Error 1
Best regards Wang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear author:
I get error report below when I tried to install iMAAPs, and I'm sure that I had installed gsl, fftw and openmp with conda successfully.
tools.cpp: In function ‘bool file_check(const string&)’:
tools.cpp:26:9: error: cannot convert ‘std::ifstream’ {aka ‘std::basic_ifstream’} to ‘bool’ in return
return fp;
^~
tools.cpp: In function ‘bool file_open(const string&)’:
tools.cpp:35:9: error: cannot convert ‘std::ofstream’ {aka ‘std::basic_ofstream’} to ‘bool’ in return
return fp;
^~
make: *** [Makefile:19: tools.o] Error 1
Best regards
Wang
The text was updated successfully, but these errors were encountered: