about summary refs log tree commit diff stats
path: root/046global.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-12 18:32:53 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-03-12 18:32:53 -0800
commita2739bc6340514078055f4c2e5085660d34e0528 (patch)
tree6bc63229184af79d45b08da11a93f1410ae46204 /046global.cc
parent8aa1baa42c67b53ac30e0ce9961e367dfe435fd6 (diff)
downloadmu-a2739bc6340514078055f4c2e5085660d34e0528.tar.gz
2762
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