IAP GITLAB

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

exclude code from testing - it is not necessary

parent 7c0743da
No related branches found
No related tags found
1 merge request!329Radio interface
......@@ -62,6 +62,8 @@ namespace corsika {
return meter * std::numeric_limits<double>::infinity();
}
// this should all be moved at a separate radio output function
// LCOV_EXCL_START
template <typename TAntennaCollection, typename TRadioImpl, typename TPropagator>
inline void RadioProcess<TAntennaCollection, TRadioImpl, TPropagator>::startOfLibrary(
const boost::filesystem::path& directory) {
......@@ -121,5 +123,6 @@ namespace corsika {
return config;
}
// LCOV_EXCL_STOP
} // namespace corsika
\ No newline at end of file
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