WarpX
UsedInputsFile.H
Go to the documentation of this file.
1 /* Copyright 2022 Axel Huebl
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 
8 #ifndef ABLASTR_USED_INPUTS_FILE_H
9 #define ABLASTR_USED_INPUTS_FILE_H
10 
11 #include <string>
12 
13 
14 namespace ablastr::utils
15 {
23  void
24  write_used_inputs_file (std::string const & filename);
25 }
26 
27 #endif // ABLASTR_USED_INPUTS_FILE_H
Definition: Communication.cpp:26
void write_used_inputs_file(std::string const &filename)
Definition: UsedInputsFile.cpp:19
filename
Definition: write_atomic_data_cpp.py:21