Permalink
Browse files
Update get_data signature in Thalamic_Column.h
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Thalamic_Column.h
|
|
@@ -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