[Dune] [#438] Let FieldVector inherit from Dune::array
Dune
dune at dune-project.org
Fri May 8 12:02:07 CEST 2009
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#438 - Let FieldVector inherit from Dune::array
User who did this - Oliver Sander (sander)
----------
To get some numbers into this discussion:
int main()
{
std::cout << sizeof(std::tr1::array<float,1>) << std::endl;
std::cout << sizeof(std::tr1::array<double,1>) << std::endl;
}
g++-4.3:
4
8
g++-4.2:
16
16
----------
More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=438#comment937
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