From bcd669298b0cbc8ca35b0d6c63bf64d80ac08382 Mon Sep 17 00:00:00 2001 From: John Tramm Date: Wed, 11 Dec 2019 17:01:27 +0000 Subject: [PATCH] added note to title --- src/output.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output.cpp b/src/output.cpp index a388b15d7..ff506410c 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -71,6 +71,7 @@ void title() // Write version information std::cout << + " Branch | Event-Based\n" << " | The OpenMC Monte Carlo Code\n" << " Copyright | 2011-2019 MIT and OpenMC contributors\n" << " License | http://openmc.readthedocs.io/en/latest/license.html\n" <<