IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f2715107 authored by Dominik Baack's avatar Dominik Baack Committed by ralfulrich
Browse files

Added CorsikaData

parent f6541ed4
No related branches found
No related tags found
No related merge requests found
/*
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
*
* This software is distributed under the terms of the GNU General Public
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
#pragma once
#include <string>
namespace corsika {
/**
* returns the full path of the file \p filename within the CORSIKA_DATA directory
*/
std::string CorsikaData(std::string const& filename);
} // namespace corsika
#include <corsika/detail/framework/utility/CorsikaData.inl>
\ 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