<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} p
        {margin-top:0;
        margin-bottom:0}--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Dear DUNE PDELab,</p>
<p><br>
</p>
<p>I ran into a problem when compiling a simple finite volume test case. It falls over with the following error message:<br>
</p>
<p><br>
</p>
<p>In file included from /home/n/em459/scratch/git_workspace/dune/dune-pdelab/dune/pdelab/gridfunctionspace/gridfunctionspace.hh(32),<br>
                 from /home/n/em459/scratch/git_workspace/dune/dune-operatordiagonal/src/dune-operatordiagonal.cc(13):<br>
/home/n/em459/scratch/git_workspace/dune/dune-pdelab/dune/pdelab/gridfunctionspace/powergridfunctionspace.hh(203): error: parameter pack "Children" was referenced but not expanded<br>
        PowerGridFunctionSpace(std::shared_ptr<Children>... children)<br>
                                               ^</p>
<p><br>
compilation aborted for /home/n/em459/scratch/git_workspace/dune/dune-operatordiagonal/src/dune-operatordiagonal.cc (code 2)<br>
make[2]: *** [src/CMakeFiles/dune-operatordiagonal.dir/dune-operatordiagonal.cc.o] Error 2<br>
make[1]: *** [src/CMakeFiles/dune-operatordiagonal.dir/all] Error 2<br>
make: *** [all] Error 2<br>
</p>
<p><br>
</p>
<p>Should this be</p>
<p><br>
</p>
<p>"std::shared_ptr<Children...> children"</p>
<p><br>
</p>
<p>instead of </p>
<p><br>
</p>
<p>"std::shared_ptr<Children>... children" </p>
<p><br>
</p>
<p>in line 203 of powergridfunctionspace.hh? If I make this change it compiles fine.<br>
</p>
<p><br>
</p>
<p>I'm using the pdelab trunk and compile with the intel compiler (icpc (ICC) 15.0.0 20140723).</p>
<p><br>
</p>
<p>Thanks,</p>
<p><br>
</p>
<p>Eike<br>
</p>
</body>
</html>