Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Draft: Remove tags #148

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

louis-goyard1
Copy link
Collaborator

Test for CD/CI

Will squash all commits later

Copy link
Member

@cedricchevalier19 cedricchevalier19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C++ comments. Nothing deeper yet.

@@ -23,7 +23,7 @@
#include <alien/kernels/simple_csr/SimpleCSRVector.h>
#include <alien/kernels/simple_csr/SimpleCSRBackEnd.h>

#include <alien/hypre/backend.h>
#include "../../include/alien/hypre/backend.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change.

@@ -25,7 +25,7 @@
#include <alien/kernels/simple_csr/SimpleCSRMatrix.h>
#include <alien/kernels/simple_csr/SimpleCSRBackEnd.h>

#include <alien/hypre/backend.h>
#include "../../include/alien/hypre/backend.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change.

{
return std::make_shared<LinearAlgebra>();
return new PluginLinearSolver(options);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using unique_ptr or shared_ptr allows to not expose that we use new and takes care of properly deleting.

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

Successfully merging this pull request may close these issues.

2 participants