Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/helpers.hpp

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