#ifndef LUXHEADER_H_INCLUDED #define LUXHEADER_H_INCLUDED # define var 9 // Number of changing variables # define N 450000 // Number of itterations for the solver. using namespace std; void RungeKutta(double y[], double dy[]); double *ode(double y[], double dy[]); void CellGrowth(double y[]); void CellDeath(double y[]); #endif // LUXRBISTABLESWITCH_H_INCLUDED