← Back to team overview

dolfin team mailing list archive

module architecture

 

I need to figure out how the module architecture works, but for the moment I
can't seem to compiler kernel/log/Parameter.h due to operator<<(LogStream&,
Parameter&) not being defined.

 

In kernel/log, problems with operator<< LogStream->Parameter not being
defined:

Compiling...

Progress.cpp

c:\Development\oss\src\Applications\FEniCS\dolfin\dolfin-0.5.10\src\kernel\s
ettings\dolfin\Parameter.h(64) : error C2039: '<<' : is not a member of
'dolfin'

Logger.cpp

c:\Development\oss\src\Applications\FEniCS\dolfin\dolfin-0.5.10\src\kernel\s
ettings\dolfin\Parameter.h(64) : error C2039: '<<' : is not a member of
'dolfin'

 

Where is this operator declared and where is it defined?

 

Theo


Follow ups