diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-10-07 00:23:40 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-10-07 00:23:40 -0700 |
commit | adf16b94b89171bf3b06e1cc802a6d2f71d52d61 (patch) | |
tree | 8ef80ec6e1b80690bb2cd63005cbe7c231a2b783 | |
parent | 7afe09fbfeb88e3be98dfe4f0db43f66724d4abf (diff) | |
download | mu-adf16b94b89171bf3b06e1cc802a6d2f71d52d61.tar.gz |
2263
-rw-r--r-- | 044space.cc | 2 |
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)") |