← Back to team overview

dolfin team mailing list archive

portability issue

 

In kernel/settings/ParameterList.cpp the following header is included:

 

#include <sys/utsname.h>

 

Which is not available in Windows, and appears to be superfluous. It is
supposed to define the uname datastructure but no reference is made.

 

Theo


Follow ups