Permalink
Browse files

Update get_data signature in Thalamic_Column.h

  • Loading branch information...
1 parent 102184a commit 38134e7059422094c8976a98fc1532cadab2ea1f @miscco committed on GitHub Apr 12, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 Thalamic_Column.h
View
@@ -214,7 +214,7 @@ class Thalamic_Column {
m_h2 = init(0.0); /* activation of h channel bound with protein */ m_h2 = init(0.0); /* activation of h channel bound with protein */
/* Data storage access */ /* Data storage access */
- friend void get_data (unsigned, Thalamic_Column&, std::vector<double*>); + friend void get_data (unsigned, Thalamic_Column&, std::vector<double*>&);
}; };
/****************************************************************************************************/ /****************************************************************************************************/
/* end */ /* end */

0 comments on commit 38134e7

Please sign in to comment.