Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
djanloo committed Aug 17, 2024
1 parent 6dc0d5c commit 4ad44d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion quilt/interface/cinterface.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ cdef extern from "../core/include/oscillators.hpp":
OscillatorNetwork(vector[ParaMap *])

# Homogeneous connections: only one type of link
void build_connections(Projection *, ParaMap *)
void build_connections(Projection *, ParaMap *) except +

# Evolutions methods
void run(EvolutionContext * evo, double t, int verbosity) except +
Expand Down
1 change: 0 additions & 1 deletion quilt/interface/oscill.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ cdef class OscillatorNetwork:
self._oscillator_network.initialize(self._evo, states)

def __dealloc__(self):
print("Cython: called dealloc on OscillatorNetwork")
if self._oscillator_network != NULL:
del self._oscillator_network

0 comments on commit 4ad44d4

Please sign in to comment.