fixed a problem with previous merge

pull/10/head
Marc Zinnschlag 15 years ago
parent 1dc805d0d4
commit 058f2d0cce

@ -128,7 +128,7 @@ namespace ESMS
cell = store.cells.searchExt (X, Y);
if(cell == NULL)
throw str_exception("Exterior cell not found");
throw std::runtime_error("Exterior cell not found");
loadRefs(store, esm);
}

Loading…
Cancel
Save