NEURON
datum_indices.cpp
Go to the documentation of this file.
1 #include "datum_indices.h"
2 
4  type = -1;
5  ion_type = ion_index = 0;
6 }
7 
9  if (ion_type)
10  delete[] ion_type;
11  if (ion_index)
12  delete[] ion_index;
13 }
virtual ~DatumIndices()