From 79e609a29d99ad6be0daa06dcb61a9a9e697acc4 Mon Sep 17 00:00:00 2001
From: Sebastiaan van der Tol <tol@astron.nl>
Date: Wed, 19 Aug 2020 09:38:46 +0200
Subject: [PATCH] Remove references to LOFAR from comments in OSKAR code

---
 cpp/msv3readutils.h   | 8 ++++----
 cpp/telescope/oskar.h | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cpp/msv3readutils.h b/cpp/msv3readutils.h
index c7738e72..a91b012e 100644
--- a/cpp/msv3readutils.h
+++ b/cpp/msv3readutils.h
@@ -1,5 +1,5 @@
-// lofarreadutils.h: Utility functions to read the meta data relevant for
-// simulating the beam from LOFAR observations stored in MS format.
+// msv3readutils.h: Utility functions to read the meta data relevant for
+// simulating the beam from OSKAR simulations stored in MS format.
 //
 // Copyright (C) 2013
 // ASTRON (Netherlands Institute for Radio Astronomy)
@@ -26,7 +26,7 @@
 
 // \file
 // Utility functions to read the meta data relevant for simulating the beam from
-// LOFAR observations stored in MS format.
+// OSKAR simulations stored in MS format.
 
 #include "station.h"
 #include "elementresponse.h"
@@ -53,7 +53,7 @@ Station::Ptr ReadMSv3Station(
 
 /**
  * @brief Read multiple stations from measurment set into buffer out_it
- * Loops over ReadLofarStation for all the antennas in MeasurementSet
+ * Loops over ReadMSv3Station for all the antennas in MeasurementSet
  *
  * @tparam T Template type
  * @param ms Measurement set
diff --git a/cpp/telescope/oskar.h b/cpp/telescope/oskar.h
index caeb4189..3d73101d 100644
--- a/cpp/telescope/oskar.h
+++ b/cpp/telescope/oskar.h
@@ -1,4 +1,4 @@
-// LOFARTelescope.h: Base class for computing the response for the LOFAR
+// OSKARTelescope.h: Base class for computing the response for the OSKAR
 // telescope.
 //
 // Copyright (C) 2020
-- 
GitLab