#243 dune.module file in dune-grid appears buggy
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Jan 22, 2007 12:43 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Jan 22, 2007 16:00 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | closed in revision 3448 in the trunk and in revision 3449 in the 1.0 release |
Description
The file dune.module in dune-grid contains the lines
if test "x$HAVE_Alu3d" == "xyes"; then
PARAMS="PARAMS "--with-alberta=
PATH_Alu3d""
fi
This looks strange to me. However, as I don't know what it is supposed to do I'd rather not touch it and leave it to someone more knowledgeable than me.