AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
Tokenizer.hpp
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
23
24#pragma once
25
26#ifdef HAVE_MUPARSER
28namespace Aqua {
30}
31#else
32#include "Tokenizer_exprtk.hpp"
33namespace Aqua {
35}
36#endif
Math expression evaluator. (See Aqua::Tokenizer for details)
Math expression evaluator. (See Aqua::Tokenizer for details)
Definition Tokenizer_exprtk.hpp:49
Definition Tokenizer_muparser.hpp:45
Main AQUAgpusph namespace.
Definition ArgumentsManager.cpp:50
Tokenizer_exprtk Tokenizer
Definition Tokenizer.hpp:34