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
The issue appears as /home/***/software/vortexje/examples/vawt/vawt.cpp: In function ‘int main(int, char**)’: /home/***/software/vortexje/examples/vawt/vawt.cpp:226: error: call of overloaded ‘moment(std::shared_ptr<VAWT>&, Eigen::Vector3d&)’ is ambiguous /home/***/software/vortexje/./vortexje/solver.hpp:112: note: candidates are: Eigen::Vector3d Vortexje::Solver::moment(const std::shared_ptr<Vortexje::Body>&, const Eigen::Vector3d&) const /home/***/software/vortexje/./vortexje/solver.hpp:113: note: Eigen::Vector3d Vortexje::Solver::moment(const std::shared_ptr<Vortexje::Surface>&, const Eigen::Vector3d&) const make[2]: *** [examples/vawt/CMakeFiles/vawt.dir/vawt.cpp.o] Error 1 make[1]: *** [examples/vawt/CMakeFiles/vawt.dir/all] Error 2 Please refer to http://www.discretizer.se/?p=151
/home/***/software/vortexje/examples/vawt/vawt.cpp: In function ‘int main(int, char**)’: /home/***/software/vortexje/examples/vawt/vawt.cpp:226: error: call of overloaded ‘moment(std::shared_ptr<VAWT>&, Eigen::Vector3d&)’ is ambiguous /home/***/software/vortexje/./vortexje/solver.hpp:112: note: candidates are: Eigen::Vector3d Vortexje::Solver::moment(const std::shared_ptr<Vortexje::Body>&, const Eigen::Vector3d&) const /home/***/software/vortexje/./vortexje/solver.hpp:113: note: Eigen::Vector3d Vortexje::Solver::moment(const std::shared_ptr<Vortexje::Surface>&, const Eigen::Vector3d&) const make[2]: *** [examples/vawt/CMakeFiles/vawt.dir/vawt.cpp.o] Error 1 make[1]: *** [examples/vawt/CMakeFiles/vawt.dir/all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The issue appears as
/home/***/software/vortexje/examples/vawt/vawt.cpp: In function ‘int main(int, char**)’: /home/***/software/vortexje/examples/vawt/vawt.cpp:226: error: call of overloaded ‘moment(std::shared_ptr<VAWT>&, Eigen::Vector3d&)’ is ambiguous /home/***/software/vortexje/./vortexje/solver.hpp:112: note: candidates are: Eigen::Vector3d Vortexje::Solver::moment(const std::shared_ptr<Vortexje::Body>&, const Eigen::Vector3d&) const /home/***/software/vortexje/./vortexje/solver.hpp:113: note: Eigen::Vector3d Vortexje::Solver::moment(const std::shared_ptr<Vortexje::Surface>&, const Eigen::Vector3d&) const make[2]: *** [examples/vawt/CMakeFiles/vawt.dir/vawt.cpp.o] Error 1 make[1]: *** [examples/vawt/CMakeFiles/vawt.dir/all] Error 2
Please refer to
http://www.discretizer.se/?p=151
The text was updated successfully, but these errors were encountered: