kspaceFirstOrder3D-OMP
1.2
The C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
OutputMessages.h
Go to the documentation of this file.
1
/**
2
* @file OutputMessages.h
3
*
4
* @author Jiri Jaros \n
5
* Faculty of Information Technology \n
6
* Brno University of Technology \n
7
* jarosjir@fit.vutbr.cz
8
*
9
* @brief The header file including output messages based on the operating system.
10
*
11
* @version kspaceFirstOrder3D 2.16
12
*
13
* @date 30 August 2017, 11:39 (created) \n
14
* 30 August 2017, 11:39 (revised)
15
*
16
* @copyright Copyright (C) 2017 Jiri Jaros and Bradley Treeby.
17
*
18
* This file is part of the C++ extension of the [k-Wave Toolbox](http://www.k-wave.org).
19
*
20
* This file is part of the k-Wave. k-Wave is free software: you can redistribute it and/or modify it under the terms
21
* of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the
22
* License, or (at your option) any later version.
23
*
24
* k-Wave is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
25
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
26
* more details.
27
*
28
* You should have received a copy of the GNU Lesser General Public License along with k-Wave.
29
* If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
30
*/
31
32
#ifndef OUTPUT_MESSAGES_H
33
#define OUTPUT_MESSAGES_H
34
35
#ifdef __linux__
36
#include <
Logger/OutputMessagesLinux.h
>
37
#endif
38
39
// Windows build
40
#ifdef _WIN64
41
#include <
Logger/OutputMessagesWindows.h
>
42
#endif
43
44
#endif
/* OUTPUT_MESSAGES_H */
45
OutputMessagesLinux.h
The header file containing all linux specific messages going to the standard output.
OutputMessagesWindows.h
The header file containing all windows specific messages going to the standard output.
Logger
OutputMessages.h
Generated on Thu May 31 2018 14:16:17 for kspaceFirstOrder3D-OMP by
1.8.13