On Jun 24, 2011, at 2:46 PM, John Peterson wrote:

> On Fri, Jun 24, 2011 at 2:25 PM, Roy Stogner <[email protected]> wrote:
>> 
>> Any preference for what we should name a macro whose behavior is
>> essentially "do what libmesh_assert() does even when NDEBUG is
>> defined"?
> 
> I think this is called an "if test", right?


I'm with John.  Although, in MOOSE we have taken one shortcut so we can do:

if(test)
  mooseError("message");

That way all of our error messages are formatted the same (and it saves some 
typing).  But ultimately I don't see the need for a 
libmesh_really_assert,_seriously()  ;-)

Derek
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to