Done, thanks!
On Mar 30, 2013, at 5:22 PM, "Derek Gaston"
mailto:fried...@gmail.com>> wrote:
ok - just put up the pull request - I can verify that our main test suite runs
with it.
Derek
On Sat, Mar 30, 2013 at 3:32 PM, Derek Gaston
mailto:fried...@gmail.com>> wrote:
Sure - give me a minu
ok - just put up the pull request - I can verify that our main test suite
runs with it.
Derek
On Sat, Mar 30, 2013 at 3:32 PM, Derek Gaston wrote:
> Sure - give me a minute...
>
> Derek
>
>
> On Sat, Mar 30, 2013 at 3:26 PM, Kirk, Benjamin (JSC-EG311) <
> benjamin.kir...@nasa.gov> wrote:
>
>>
Sure - give me a minute...
Derek
On Sat, Mar 30, 2013 at 3:26 PM, Kirk, Benjamin (JSC-EG311) <
benjamin.kir...@nasa.gov> wrote:
> Can you try the fix? I outlined it in the pull request notes - basically
> a shim with the old name that calls a different new name function with
> Type=Number?
>
>
Can you try the fix? I outlined it in the pull request notes - basically a
shim with the old name that calls a different new name function with
Type=Number?
-Ben
On Mar 30, 2013, at 4:21 PM, "Derek Gaston"
mailto:fried...@gmail.com>> wrote:
Whoa - not sure what happened there... that shoul
Whoa - not sure what happened there... that should read:
"Do you want me to actually revert it in libmesh/master or just revert it
for myself for now?"
Derek
On Sat, Mar 30, 2013 at 3:20 PM, Derek Gaston wrote:
> Do you want me to revert actual revert it in libmesh/master or just revert
> it f
Do you want me to revert actual revert it in libmesh/master or just revert
it for myself for now?
Derek
On Sat, Mar 30, 2013 at 3:15 PM, Roy Stogner wrote:
>
> On Sat, 30 Mar 2013, Derek Gaston wrote:
>
> Just updated and I'm now seeing this:
>> CXX src/base/libmesh_oprof_la-**dof_map_c
On Sat, 30 Mar 2013, Derek Gaston wrote:
Just updated and I'm now seeing this:
CXX src/base/libmesh_oprof_la-dof_map_constraints.lo
In file included from src/base/dof_map_constraints.C:48:0:
./include/libmesh/system.h:1186:45: error: default template arguments may not
be used in functio
Interesting - it looks like the error is true... that you technically can't
have default template arguments for functions in C++ until C++11.
http://stackoverflow.com/questions/2447458/default-template-arguments-for-function-templates
What's really interesting is that this compiles just fine with