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
make surfatant
Hello, Professor. I installed drops and its related dependencies, but when I execute make surfactant, I get an error.
make surfactant
/src/surfactant/surfactant.cpp: In function ‘void Strategy(DROPS::MultiGridCL&, DROPS::AdapTriangCL&, DROPS::LevelsetP2CL&)’: /home/test/Desktop/drops-1/drops-1/src/surfactant/surfactant.cpp:840:43: error: cannot convert ‘DROPS::InstatScalarFunction {aka std::function<double(const DROPS::SVectorCL<3>&, double)>}’ to ‘dist_funT {aka double (*)(const DROPS::SVectorCL<3>&, double)}’ for argument ‘3’ to ‘void LSInit(const DROPS::MultiGridCL&, DROPS::VecDescCL&, dist_funT, double)’ LSInit( mg, lset.Phi, the_lset_fun, 0.);
I haven't modified any code. What is the problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, Professor. I installed drops and its related dependencies, but when I execute
make surfactant
, I get an error.I haven't modified any code. What is the problem?
The text was updated successfully, but these errors were encountered: