[MOAB-dev] MBElemUtil
David C Thompson
dcthomp at sandia.gov
Fri Jun 27 13:34:03 CDT 2008
> > You've checked in some changes in the tools/mbcoupler directory that
> > break the build for me. Specifically, findpt_test.cpp tries to declare
> > variables of type MBElemUtil, but that is a namespace not a class. It
> > generates these errors: ...
> > I have fixed things by simpling using the namespace prefix where
> > appropriate but don't want to check it in if your real intention is to
> > turn MBElemUtil into a struct or class. Was that your intention or
> > should I check in my changes?
>
> It was originally a class. However, the class was only used to group static
> member functions. So I changed it to a namespace. I checked in a fix for
> the findpt_test.cpp issues.
Thanks.
David
More information about the moab-dev
mailing list