vector iterator not dereferencable at runtime on a vector<vector<vector<A*>*>*>
- by marouanebj
Hi,
I have this destructor that create error at runtime "vector iterator not dereferencable".
The gridMatrix is a std::vector<std::vector<std::vector<AtomsCell< Atom<T> * > * > * > * >
I added the typename and also the typedef but I still have the error.
I will move for this idea of vect of vect* of vect* to use…