about summary refs log tree commit diff stats
path: root/044space.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-07 00:23:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-07 00:23:40 -0700
commitadf16b94b89171bf3b06e1cc802a6d2f71d52d61 (patch)
tree8ef80ec6e1b80690bb2cd63005cbe7c231a2b783 /044space.cc
parent7afe09fbfeb88e3be98dfe4f0db43f66724d4abf (diff)
downloadmu-adf16b94b89171bf3b06e1cc802a6d2f71d52d61.tar.gz
2263
Diffstat (limited to '044space.cc')
-rw-r--r--044space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/044space.cc b/044space.cc
index 2d1a18f0..fa71595f 100644
--- a/044space.cc
+++ b/044space.cc
@@ -134,7 +134,7 @@ if (curr.name == "new-default-space") {
     vector<double> result;
     result.push_back(Name[Recipe_ordinal[current_recipe_name()]][""]);
     if (result.back() == 0)
-      raise_error << "no space allocated for default-space in recipe " << current_recipe_name() << "; are you using names\n" << end();
+      raise_error << "no space allocated for default-space in recipe " << current_recipe_name() << "; are you using names?\n" << end();
     return result;
   }
 :(after "void write_memory(reagent x, vector<double> data)")