#ifndef nmsim_bnd_state_H #define nmsim_bnd_state_H /* State of a bundle of connections two populations. */ /* Last edited on 2019-01-06 01:58:44 by jstolfi */ #define _GNU_SOURCE #include #include #include typedef struct nmsim_bnd_state_t { } nmsim_bnd_state_t; /* State of a set of synapses from a homogeneous population {A} of neurons to another homogeneous population {B} (possibly the same as {A}). */ #endif