diff --git a/src/enrichment.h b/src/enrichment.h index b0e286688..9fb7eb333 100644 --- a/src/enrichment.h +++ b/src/enrichment.h @@ -363,7 +363,7 @@ class Enrichment #pragma cyclus var { \ "default": 1e299, \ - "tooltip": "SWU capacity (kgSWU/month)", \ + "tooltip": "SWU capacity (kgSWU/timestep)", \ "uilabel": "SWU Capacity", \ "uitype": "range", \ "range": [0.0, 1e299], \ diff --git a/src/sink.cc b/src/sink.cc index 8d55ee045..5fde24893 100644 --- a/src/sink.cc +++ b/src/sink.cc @@ -188,7 +188,7 @@ void Sink::Tock() { // For now, lets just print out what we have at each timestep. LOG(cyclus::LEV_INFO4, "SnkFac") << "Sink " << this->id() << " is holding " << inventory.quantity() - << " units of material at the close of month " + << " units of material at the close of timestep " << context()->time() << "."; LOG(cyclus::LEV_INFO3, "SnkFac") << "}"; }