Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip recreating N_Vector in AmiVector::copy (#2363)
We only copy if the sizes match. Since the std::vector is not reallocated, there is no need to recreate the N_Vector.
- Loading branch information