TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
fortran_mangling.hpp
Go to the documentation of this file.
1// Copyright (c) 2013 Commissariat à l'énergie atomique et aux énergies alternatives (CEA)
2// Copyright (c) 2013 Centre national de la recherche scientifique (CNRS)
3//
4// This program is free software: you can redistribute it and/or modify
5// it under the terms of the GNU General Public License as published by
6// the Free Software Foundation, either version 3 of the License, or
7// (at your option) any later version.
8//
9// This program is distributed in the hope that it will be useful,
10// but WITHOUT ANY WARRANTY; without even the implied warranty of
11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12// GNU General Public License for more details.
13//
14// You may obtain a copy of the License at
15// https://www.gnu.org/licenses/gpl-3.0.txt
16//
17// Authors: Olivier Parcollet
18
23
24#pragma once
25
32#ifndef TRIQS_BIND_FORTRAN_LOWERCASE
33#define TRIQS_FORTRAN_MANGLING(id) id##_
34#else
35#error "I do not know what to do with this fortran mangling !"
36#endif