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

[SofaMiscMapping] Clean DeformableOnRigidFrameMapping #848

Merged
merged 2 commits into from
Dec 7, 2018

Conversation

olivier-goury
Copy link
Contributor

Simple PR to clean up DeformableOnRigidFrameMapping, during DEFROST team coding friday.


This PR:

  • builds with SUCCESS for all platforms on the CI.
  • does not generate new warnings.
  • does not generate new unit test failures.
  • does not generate new scene test failures.
  • does not break API compatibility.
  • is more than 1 week old (or has fast-merge label).

Reviewers will merge only if all these checks are true.

@olivier-goury olivier-goury added pr: status to review To notify reviewers to review this pull-request pr: clean Cleaning the code labels Nov 30, 2018
@epernod
Copy link
Contributor

epernod commented Dec 4, 2018

[ci-build][with-all-tests]

@@ -104,7 +87,7 @@ void DeformableOnRigidFrameMapping<TIn, TInRoot, TOut>::init()
if(!this->getFromModels2().empty())
{
m_fromRootModel = this->getFromModels2()[0];
sout << "Root Model found : Name = " << m_fromRootModel->getName() << sendl;
sout << "Root Model found : Name = " << m_fromRootModel->getName() ;
Copy link
Contributor

Choose a reason for hiding this comment

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

you missed one!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, thanks!

// }
//}

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

what a huge commented code!

m_fromModel->getContext()->get(m_fromRootModel, core::objectmodel::BaseContext::SearchUp);


// (30-11-2018, Olivier Goury): Not implemented yet. Someone want to do it?
Copy link
Contributor

Choose a reason for hiding this comment

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

you put your name...

@guparan guparan added pr: status ready Approved a pull-request, ready to be squashed and removed pr: status to review To notify reviewers to review this pull-request labels Dec 5, 2018
@epernod epernod merged commit 72fac7c into master Dec 7, 2018
@guparan guparan added this to the v18.12 milestone Dec 17, 2018
@guparan guparan changed the title [DeformableOnRigidFrameMapping] Clean the component [SofaMiscMapping] Clean DeformableOnRigidFrameMapping Dec 17, 2018
@guparan guparan deleted the CleanDeformableOnRigidFrameMapping branch September 18, 2020 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: clean Cleaning the code pr: status ready Approved a pull-request, ready to be squashed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants