AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
ArgumentsManager.h
Go to the documentation of this file.
1/*
2 * This file is part of AQUAgpusph, a free CFD program based on SPH.
3 * Copyright (C) 2012 Jose Luis Cercos Pita <jl.cercos@upm.es>
4 *
5 * AQUAgpusph is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * AQUAgpusph is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with AQUAgpusph. If not, see <http://www.gnu.org/licenses/>.
17 */
18
24#ifndef ARGUMENTSMANAGER_H_INCLUDED
25#define ARGUMENTSMANAGER_H_INCLUDED
26
27#include <sphPrerequisites.h>
28#include <FileManager.h>
29
30namespace Aqua {
31namespace InputOutput {
32namespace CommandLineArgs {
33
38void
39parse(int argc, char** argv, FileManager& file_manager);
40
41}
42}
43} // namespace
44
45#endif // ARGUMENTSMANAGER_H_INCLUDED
Input and output files managing. (See Aqua::InputOutput::FileManager for details)
void parse(int argc, char **argv, FileManager &file_manager)
Parse the command line arguments.
Definition: ArgumentsManager.cpp:73
Main AQUAgpusph namespace.
Definition: ArgumentsManager.cpp:45
Set of definitions and macros related with the implementation.