On Mon, Feb 24, 2014 at 9:25 PM, Derek Gaston wrote:
> John,
>
> Thanks for working this out - I especially appreciate the gitconfig bit
> (BTW - you can add that just to your libMesh repo clones by modifying the
> .git/config file in just that repo).
>
> Also, I vote for:
>
>
> if (condition)
On Feb 24, 2014 9:26 PM, "Derek Gaston" wrote:
>
> John,
>
> Thanks for working this out - I especially appreciate the gitconfig bit
(BTW - you can add that just to your libMesh repo clones by modifying the
.git/config file in just that repo).
>
> Also, I vote for:
>
>
>> if (condition)
>> {
>
John,
Thanks for working this out - I especially appreciate the gitconfig bit
(BTW - you can add that just to your libMesh repo clones by modifying the
.git/config file in just that repo).
Also, I vote for:
if (condition)
> {
> foo();
>
bar();
}
Derek
On Mon, Feb 24, 2014 a