Anders Logg wrote: > I get the following warning when building: > > dolfin/fem/VariationalProblem.h:46: Warning(401): Base class > 'NonlinearProblem' undefined. > dolfin/nls/NonlinearProblem.h:22: Warning(401): 'NonlinearProblem' > must be defined before it is used as a base class. > > Anyone knows why? The base class header is included. >
I see this sometimes. I suspect that it's related to the order of the includes in dolfin_headers.i. Garth > > > ------------------------------------------------------------------------ > > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
