about summary refs log tree commit diff stats
path: root/046global.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-06 13:12:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-06 13:12:38 -0700
commit5937f1af0ccf8be12ca4a02fde26734ad8380906 (patch)
tree5e1e4df68d0e62ab3087725de8a784250896bdfe /046global.cc
parent43b866d1997e82bfebd6c40881e33a0edd2bf340 (diff)
downloadmu-5937f1af0ccf8be12ca4a02fde26734ad8380906.tar.gz
2933
Can't believe I didn't run tests after 2932.
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 47706803..caab3d38 100644
--- a/046global.cc
+++ b/046global.cc
@@ -40,7 +40,7 @@ if (s == "global-space") return true;
 int global_space;
 :(before "End routine Constructor")
 global_space = 0;
-:(after "Begin Preprocess write_memory(reagent x, vector<double> data)")
+:(after "Begin Preprocess write_memory(x, data)")
 if (x.name == "global-space") {
   if (!scalar(data)
       || !x.type