00001 00033 #ifndef DEEPAK_MULTICELL_SIMULATION 00034 #define DEEPAK_MULTICELL_SIMULATION 00035 00036 #include <math.h> 00037 #include <stdlib.h> 00038 #include "mtrand.h" 00039 00040 #ifndef getValue 00041 00044 #define getValue(array, N, i, j) ( array[ (i)*(N) + (j) ] ) 00045 #endif 00046 00063 double ** cells_ssa(int, int, double *, void (*f)(double,double*,double*,void*), double*, double, int, void*, int, double, double, double); 00064 00065 #endif