Ignore:
Timestamp:
Nov 4, 2009, 5:34:05 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
5f1d021
Parents:
c1b76e
Message:

Extension to the periodic boundary case for analysis_correlation.cpp

other stuff:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/helpers.hpp

    rc1b76e r20895b  
    1818#include <fstream>
    1919
     20#include "defs.hpp"
    2021#include "memoryallocator.hpp"
     22
     23/********************************************** definitions *********************************/
     24
     25// some algebraic matrix stuff
     26double RDET3(const double a[NDIM*NDIM]);
     27double RDET2(const double a[4]);
     28double RDET2(const double a0, const double a1, const double a2, const double a3);
    2129
    2230/********************************************** helpful functions *********************************/
     
    4957bool IsValidNumber( const char *string);
    5058int CompareDoubles (const void * a, const void * b);
    51 double * ReturnFullMatrixforSymmetric(double *cell_size);
     59double * ReturnFullMatrixforSymmetric(const double * const cell_size);
     60double * InverseMatrix(const double * const A);
    5261void performCriticalExit();
    5362
Note: See TracChangeset for help on using the changeset viewer.