kspaceFirstOrder3D-CUDA  1.1
The CUDA/C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 3.4
12  *
13  * @date 19 April 2016, 12:52 (created) \n
14  * 13 July 2016, 12:31 (revised)
15  *
16  * @section License
17  * This file is part of the C++ extension of the k-Wave Toolbox
18  * (http://www.k-wave.org).\n Copyright (C) 2016 Jiri Jaros and Bradley Treeby.
19  *
20  * This file is part of the k-Wave. k-Wave is free software: you can redistribute it and/or modify
21  * it under the terms of the GNU Lesser General Public License as published by the Free Software
22  * Foundation, either version 3 of the 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
25  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
26  * General Public License for 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/.
30  */
31 
32 #ifndef OUTPUT_MESSAGES_H
33 #define OUTPUT_MESSAGES_H
34 
35 #ifdef __linux__
37 #endif
38 
39 // Windows build
40 #ifdef _WIN64
42 #endif
43 
44 #endif /* OUTPUT_MESSAGES_H */
45 
The header file containing all messages going to the standard output, Linux version.
The header file containing all messages going to the standard output, windows version.