Skip to content
Snippets Groups Projects
Commit 678dfaf0 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Properly initialize current simulation time

parent 379a71d4
No related branches found
No related tags found
No related merge requests found
Pipeline #163434 passed
......@@ -39,6 +39,7 @@ DataStorage::DataStorage(
// h5_file_->createDataSet("spikes/neurons", H5::PredType::NATIVE_UINT64,
// spikes_data_space, spikes_set_properties_);
buffered_spikes_.reserve(32 * 1024 * 1024 / sizeof(Spike)); // Reserve 32mb
SetCurrentSimulationTime(0.0);
}
void DataStorage::AddNeuronId(uint64_t neuron_id) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment