From c7f40226daa02e54ba389d85e475a87c1987eac5 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de>
Date: Wed, 19 Jun 2019 17:51:05 +0200
Subject: [PATCH] removed outdated comment

---
 Documentation/Examples/boundary_example.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/Examples/boundary_example.cc b/Documentation/Examples/boundary_example.cc
index ff4885b37..7b990016b 100644
--- a/Documentation/Examples/boundary_example.cc
+++ b/Documentation/Examples/boundary_example.cc
@@ -99,7 +99,6 @@ int main() {
   auto outerMedium = EnvType::CreateNode<Sphere>(
       Point{rootCS, 0_m, 0_m, 0_m}, 1_km * std::numeric_limits<double>::infinity());
 
-  // fraction of oxygen
   auto const props =
       outerMedium
           ->SetModelProperties<environment::HomogeneousMedium<setup::IEnvironmentModel>>(
-- 
GitLab