adhishm / dd2d_Matryoshka

A set of classes defining the behaviour of crystalline defects, with the final goal of carrying out dislocation dynamics simulations in two dimensions.
Other
5 stars 4 forks source link

Segmentation fault resolved. #45

Closed adhishm closed 11 years ago

adhishm commented 11 years ago

In the call for deleting the object of Vector3d there was error because we were deleting a buffer and not a single object. This is resolved using the call delete where e is a pointer of type Vector3d.