156157158159160161162163164165166
double t = 0; while (t <= tf) { // Add matured items to the pool cell.mature(t); if(t % dtRecord == 0) { resultsTranscripts.add(cell.transcripts.getCount("Template")); resultsProteins.add(cell.proteins.getCount("Template"));