[petsc-dev] please fix your bugs in next! error: 'SNESCompositeGetNumber' was not declared in this scope
Jed Brown
jed at jedbrown.org
Tue Nov 25 13:54:35 CST 2014
Satish Balay <balay at mcs.anl.gov> writes:
> The relavent commit is:
>
>>>>>>>
> commit 6b2b7f7bcb48548709a46ae3e973244865b14f7a
> Author: Patrick Farrell <patrick.farrell at imperial.ac.uk>
> Date: Thu Nov 20 16:05:42 2014 +0000
>
> Add a function to get the number of subsneses in a SNESCOMPOSITE.
> <<<<<<<
> However I don't see the corresponding branch
>
>>>>>>>
> $ git branch -r --contains 6b2b7f7bc
> origin/next
> <<<<<<
>
> Looking at next history - I see the merge commit as:
>
>>>>>>
> commit 7deaeafb548c56ebd72003c8eb58fab332a617be
> Merge: 2ce25a1 6b2b7f7
> Author: Matthew G. Knepley <knepley at gmail.com>
> Date: Thu Nov 20 10:51:43 2014 -0600
>
> Merge remote-tracking branch 'pefarrell/snes-composite-get-number' into next
It looks like Matt has a remote named "pefarrell". One way to bring in
the remote branch is:
git fetch pefarrell snes-composite-get-number:pefarrell/snes-composite-get-number
git merge pefarrell/snes-composite-get-number # merging to 'next'
git push origin pefarrell/snes-composite-get-number next
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20141125/effb61b9/attachment.sig>
More information about the petsc-dev
mailing list