Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/helpers.hpp

    r36166d r0de7e8  
    2020#include "defs.hpp"
    2121#include "log.hpp"
     22#include "memoryallocator.hpp"
    2223
    2324/********************************************** definitions *********************************/
     
    5152bool IsValidNumber( const char *string);
    5253int CompareDoubles (const void * a, const void * b);
     54double * ReturnFullMatrixforSymmetric(const double * const cell_size);
     55double * InverseMatrix(const double * const A);
    5356void performCriticalExit();
    5457
Note: See TracChangeset for help on using the changeset viewer.