[dune-fem] Possible bug?
Sven Kaulmann
sven.kaulmann at mathematik.uni-stuttgart.de
Thu Dec 13 11:45:39 CET 2012
Dear FEM-Devs!
I don't have the time right now to evaluate wether this
is really a bug, but the following excerpt from
dune-fem/dune/fem/space/common/commoperations.hh
seems suspicious to me (lines 207-221):
CombinedDataHandle(DataImpOne & one
, DataImpTwo & two = null()
, DataImpThree & three = null()
, DataImpFour & four = null()
, DataImpFive & five = null()
, DataImpSix & six = null()
, DataImpSeven & seven = null()
, DataImpEight & eight = null()
, DataImpNine & nine = null() )
: one_(one) , two_(two) , three_(three) , four_(four)
, five_(five) , six_(six_) , seven_(seven)
, eight_(eight) , nine_(nine_)
, data_( one_ , two_, three_, four_, five_, six_ , seven_ , eight_ , nine_ )
{
}
Are six_ and nine_ really supposed to be initialized with themselves?
With kind regards,
Sven Kaulmann
__________________________________
Dipl. Math. Sven Kaulmann
Universität Stuttgart
Inst. f. Angew. Analysis und Num. Simulation
Pfaffenwaldring 57, R. 7.116
D-70569 Stuttgart, Germany
Phone: +49 (0)711 - 685 - 62069
Fax: +49 (0)711 - 685 - 65507
___________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune-fem/attachments/20121213/a3c51f33/attachment.htm>
More information about the dune-fem
mailing list