numat / RASPA2

NO LONGER UPDATED. Use the official repository.
https://github.com/iraspa/RASPA2
Other
77 stars 72 forks source link

Reduce Pointer Nesting #12

Open patrickfuller opened 10 years ago

patrickfuller commented 10 years ago

These things are a nightmare to free.

Example:

SpectrumPseudoAtoms=(REAL *****)calloc(NumberOfSystems,sizeof(REAL****));