IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 28481fe9 authored by Nikos Karastathis's avatar Nikos Karastathis :ocean:
Browse files

use corsika_log instead of std::cout in testRadio

parent 557ea1de
No related branches found
No related tags found
1 merge request!329Radio interface
......@@ -360,7 +360,8 @@ TEST_CASE("Radio", "[processes]") {
// this prints out the antenna names and locations
for (auto const antenna : detector__.getAntennas()) {
std::cout << antenna.getName() << " --++-- " << antenna.getLocation() << std::endl;
CORSIKA_LOG_DEBUG("Antenna name: {} ", antenna.getName());
CORSIKA_LOG_DEBUG("Antenna location: {} ", antenna.getLocation());
}
} // END: SECTION("TimeDomainAntenna")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment