[Dune] [#321] Bug in dgfgridtype.hh

Dune dune at dune-project.org
Tue Sep 25 15:45:14 CEST 2007


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below.

User who did this - Patrick Leidenberger (leidenberger)

Attached to Project - Dune
Summary - Bug in dgfgridtype.hh
Task Type - Bug Report
Category - Grid
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - Medium
Priority - Normal
Reported Version - SVN
Due in Version - Undecided
Due Date - Undecided
Details - Bug in file dune-grid/dune/grid/io/file/dgfparser/dgfgridtype.hh, line 90:
#elif defined ALUGRID_CUBE || ALUGRID_SIMPLEX || ALUGRID_CONFORM
leads to:
.... dgfgridtype.hh:90:47: error: operator '||' has no right operand

This version works:
#elif defined ALUGRID_CUBE || defined ALUGRID_SIMPLEX || defined ALUGRID_CONFORM

More information can be found at the following URL:
http://conan.informatik.uni-stuttgart.de/flyspray/index.php?do=details&task_id=321

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list