AdvDiffusionFemPhysics
An advection-diffusion equation FEM Physics Plugin
Loading...
Searching...
No Matches
gmpAdvDiffusionVersion.h
1/************************************************************************
2**
3** Copyright (C) 2014 by Carlos Augusto Teixera Mendes
4** All rights reserved.
5**
6** This file is part of the "GeMA" software. It's use should respect
7** the terms in the license agreement that can be found together
8** with this source code.
9** It is provided AS IS, with NO WARRANTY OF ANY KIND,
10** INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR
11** A PARTICULAR PURPOSE.
12**
13************************************************************************/
14
15#ifndef _GEMA_PLUGIN_ADV_DIFFUSION_PHYSICS_VERSION_H_
16#define _GEMA_PLUGIN_ADV_DIFFUSION_PHYSICS_VERSION_H_
17
19
20#include <QStringList>
21#include <QMap>
22
23
38GMP_ADV_DIFFUSION_PHYSICS_API_EXPORT const QMap<QString, QString>& GmpAdvDiffusionFemPhysicsVersionInfo();
39
46GMP_ADV_DIFFUSION_PHYSICS_API_EXPORT const QStringList& GmpAdvDiffusionFemPhysicsRevisionDependencies();
47
48#endif
49
Declaration of useful configuration definitions for the plugin library.