Skip to content

setintersection - #91

Open
Jorispilot wants to merge 14 commits into
wbhart:masterfrom
Jorispilot:arb_intersection
Open

setintersection#91
Jorispilot wants to merge 14 commits into
wbhart:masterfrom
Jorispilot:arb_intersection

Conversation

@Jorispilot

Copy link
Copy Markdown

Add setintersection for Nemo.arb.

It just calls arb_intersection from C library.

@wbhart

wbhart commented May 22, 2018

Copy link
Copy Markdown
Owner

Thanks, but could you possibly rebase your branch on master and resubmit the pull request.

This can be done as follows (it assumes you have it set up to pull from Nemocas/Nemo.jl master, but to push to your own repository):

git checkout master
git pull
git checkout arb_intersection
git rebase master
git push -f --all

The -f will force it to overwrite the old arb_intersection branch in your GitHub repository with the rebased one (and it will force a push of all other branches too - adjust if you don't want this).

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

Successfully merging this pull request may close these issues.

3 participants