about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-16 15:26:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-16 15:36:03 -0700
commit19695cc7ca16d9129ed3ef2b46bf3460452dd6db (patch)
tree224219b138a7da35e305a384e2c172d1baf06004 /020run.cc
parent3eb81335c160e43fd8cce25c93a7fd4c8ffbaaa2 (diff)
downloadmu-19695cc7ca16d9129ed3ef2b46bf3460452dd6db.tar.gz
3201
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index 2f4a2ca4..6a68e360 100644
--- a/020run.cc
+++ b/020run.cc
@@ -336,7 +336,7 @@ inline bool scalar(const vector<double>& x) {
 }
 
 // helper for tests
-void run(string form) {
+void run(const string& form) {
   vector<recipe_ordinal> tmp = load(form);
   transform_all();
   if (tmp.empty()) return;