On Jun 26, 2013, at 1:26 PM, Subramanya Gautam Sadasiva <[email protected]> 
wrote:

> It seems that there is some confusion between the two files.. Has anybody 
> else seen this error? 
> The obvious workaround seems to me to be to not have the reader be a field 
> but have it as an object that is instantiated and then immediately released.. 
> still this does not seem to be intended behaviour. 
> Thanks,

The issue is you need to initialize the class in the constructor list - it 
wants a mesh reference during construction, so you'll need to pas that in.  
Something like:

MyConstructor (…) : 
_mesh(m),
 abq_reader(_mesh),
…
{
 ...
}
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to