Permalink
Browse files

Update get_data signature in Cortical_Column.h

  • Loading branch information...
1 parent 0ad475c commit faa85d8bdfec8eb97ddbcaa54b14ce6849ac14c0 @miscco committed on GitHub Apr 12, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cortical_Column.h
View
@@ -191,7 +191,7 @@ class Cortical_Column {
x = init(0.0); /* derivative of y */ x = init(0.0); /* derivative of y */
/* Data storage access */ /* Data storage access */
- friend void get_data (int, Cortical_Column&, Thalamic_Column&, std::vector<double*>); + friend void get_data (int, Cortical_Column&, Thalamic_Column&, std::vector<double*>&);
/* Stimulation protocol access */ /* Stimulation protocol access */
friend class Stim; friend class Stim;

0 comments on commit faa85d8

Please sign in to comment.