← Back to team overview

yade-dev team mailing list archive

Re: [svn] r1788 - in trunk: core gui/py lib/serialization pkg/dem pkg/dem/Engine/StandAloneEngine

 


2. Replace vector<body_id_t> by Vector2<body_id_t> and make it properly serializable (should be faster)


Hi,

Quick question: Is it possible to serialize a vector<double **>?
No. It makes no sense to serialize pointers as they hold address in memory which will be different at every run.

V.




References