about summary refs log tree commit diff stats
path: root/046global.cc
diff options
context:
space:
mode:
Diffstat (limited to '046global.cc')
-rw-r--r--046global.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/046global.cc b/046global.cc
index 5c294da3..2bd123ec 100644
--- a/046global.cc
+++ b/046global.cc
@@ -40,7 +40,7 @@ if (s == "global-space") return true;
 long long int global_space;
 :(before "End routine Constructor")
 global_space = 0;
-:(after "void write_memory(reagent x, vector<double> data)")
+:(after "void write_memory(reagent x, const vector<double>& data)")
   if (x.name == "global-space") {
     if (!scalar(data)
         || !x.type