Changes in src/helpers.hpp [0de7e8:36166d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/helpers.hpp
r0de7e8 r36166d 20 20 #include "defs.hpp" 21 21 #include "log.hpp" 22 #include "memoryallocator.hpp"23 22 24 23 /********************************************** definitions *********************************/ … … 52 51 bool IsValidNumber( const char *string); 53 52 int CompareDoubles (const void * a, const void * b); 54 double * ReturnFullMatrixforSymmetric(const double * const cell_size);55 double * InverseMatrix(const double * const A);56 53 void performCriticalExit(); 57 54
Note:
See TracChangeset
for help on using the changeset viewer.