[Dune] Notification from Dune

Flyspray dune at hal.iwr.uni-heidelberg.de
Mon Jul 10 15:30:46 CEST 2006


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

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

User who did this: - Oliver Sander (sander)

Attached to Project - Dune
Summary - Can't use dgfparser for Alberta and ALU at once
Task Type - Bug Report
Category - Grid
Status - New
Assigned To - 
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - SVN
Due in Version - 
Due Date - Undecided
Details - I'd like to have ALUGrid and AlbertaGrid together in one
executable.  For that I use

#include "config.h"

#include <dune/grid/io/file/dgfparser/dgfalu.hh>
#include <dune/grid/io/file/dgfparser/dgfalberta.hh>


int main()
{
    Dune::ALU3dGrid<3,3,Dune::tetra>* alu3dGrid =
Dune::MacroGrid("kurbelwelle.dgf", -1);
    Dune::AlbertaGrid<3,3>* albertaGrid =
Dune::MacroGrid("kurbelwelle.dgf", -1);
}

But this doesn't compile.  The linker (the one that comes with
gcc-4.1) issues

uggridtest-uggridtest.o: In function
`_ZN4Dune9MacroGridcvPT_INS_9ALU3dGridILi3ELi3ELNS_20ALU3dGridElementTypeE4EEEEEv':/export/local-1/daten/users/sander/dune/dune-grid/dune/grid/io/file/dgfparser/dgfparser.hh:104:
undefined reference to `Dune::MacroGrid::Impl<Dune::ALU3dGrid<3, 3,
(Dune::ALU3dGridElementType)4> >::generate(Dune::MacroGrid&, char
const*, int)'
collect2: ld returned 1 exit status

More information can be found at the following URL:
http://hal.iwr.uni-heidelberg.de/flyspray/?do=details&id=142

You are receiving this message because you have requested it from the
Flyspray bugtracking system.  You can be removed from future
notifications by visiting the URL shown above.





More information about the Dune mailing list