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
Greetings,
You may have noticed a large number of whitespace changes in master
recently...
These were made to:
1.) Unify the indentation style used in the code.
2.) Remove tab characters used for indentation.
The indentation style is of course open for debate. The current style is
the one we've