Skip to content
New issue

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 build fails with the latest bout++: error: assigning to 'Laplacian *' from incompatible type 'std::unique_ptr<Laplacian>' #6

Open
yurivict opened this issue Oct 6, 2024 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Oct 6, 2024

/wrkdirs/usr/ports/science/bout++-merging-filaments/work/merging-filaments-ee5a7b9/merging-flux.cxx:159:17: error: assigning to 'Laplacian *' from incompatible type 'std::unique_ptr<Laplacian>'
  159 |     phiSolver = Laplacian::create(Options::getRoot()->getSection("phisolver"));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/science/bout++-merging-filaments/work/merging-filaments-ee5a7b9/merging-flux.cxx:160:17: error: assigning to 'Laplacian *' from incompatible type 'std::unique_ptr<Laplacian>'
  160 |     psiSolver = Laplacian::create(Options::getRoot()->getSection("psisolver"));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings and 2 errors generated.
ninja: build stopped: subcommand failed.

log

Is this an obsolete, unmaintained project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant