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