Permalink
Browse files
Add a missing reference for the vector of data pointers
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Data_Storage.h
|
|
@@ -29,7 +29,7 @@ |
|
|
#include <vector>
|
|
|
#include "Thalamic_Column.h"
|
|
|
|
|
|
-void get_data(unsigned counter, Thalamic_Column& Thalamus, std::vector<double*> pData) {
|
|
|
+void get_data(unsigned counter, Thalamic_Column& Thalamus, std::vector<double*>& pData) {
|
|
|
pData[0][counter] = Thalamus.Vt [0];
|
|
|
pData[0][counter] = Thalamus.Vr [0];
|
|
|
pData[0][counter] = Thalamus.act_h ();
|
|
|
|
0 comments on commit
6a6a2c8