Commit JT 020618

- Documentation
- Memory leaks solved
This commit is contained in:
julient31
2018-02-06 10:42:22 -07:00
parent 642c8f9859
commit 6490ee46b7
11 changed files with 84 additions and 94 deletions

View File

@ -278,6 +278,10 @@ Atom::~Atom()
memory->destroy(tri);
memory->destroy(body);
memory->destroy(mumag);
memory->destroy(sp);
memory->destroy(fm);
memory->destroy(vfrac);
memory->destroy(s0);
memory->destroy(x0);