[Dune] [#1027] DUNE_GEOMETRY_CHECK_MODULE

Dune flyspray at dune-project.org
Mon Jan 23 13:59:12 CET 2012


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1027 - DUNE_GEOMETRY_CHECK_MODULE
User who did this - Christoph GrĂ¼ninger (gruenich)

----------
I applied a modified patch in r35 because I don't like to return a non-zero value. Please check and request to close the bug if it works for you respectively CLang.

   DUNE_CHECK_MODULES([dune-geometry], [geometry/quadraturerules.hh],[dnl
   Dune::GeometryType gt;
   gt.makeQuadrilateral();
-  printf("%dn", Dune::QuadratureRules<double, 2>::rule(gt, 2).size())])
+  return (Dune::QuadratureRules<double, 2>::rule(gt, 2).size() >= 0);])
 ])

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=1027#comment3068

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