Permalink
Browse files

Add a missing reference for the vector of data pointers

  • Loading branch information...
1 parent 9a71ce2 commit 6a6a2c87f8b2a292bc52f395d0203822697e2c30 @miscco committed on GitHub Mar 31, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 Data_Storage.h
View
@@ -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

Please sign in to comment.