![]() |
AcouSTO
version 2.0
|

Go to the source code of this file.
Macros | |
| #define | MSG_TITLE "AcouSTO v1.6\n" |
| #define | MSG_MEMORY_ERROR "There was a problem allocating memory\n" |
| #define | MSG_CFG_INIT_ERROR "Error initializing configurator from builtin string\n" |
| #define | MSG_CFG_LOAD_ERROR "Error(%d) in loading file %s\n" |
| #define | MSG_CFG_KSYMM_1_ERROR "KSYMM < -1\n" |
| #define | MSG_CFG_KSYMM_KSYMMZ "KSYMM != 0 and KSYMMZ != 1\n" |
| #define | MSG_CFG_FREQERROR "You must specify either omega or frequency\n" |
| #define | MSG_CFG_GRIDSIZE "Number of Rows(%d) x Number of Columns(%d) must be equal to number of nodes(%d)\n" |
| #define | MSG_CFG_NOTENOUGHMICS "Number of Microphones(%d) must be at least equal to number of computational nodes(%d), auto adding microphones\n" |
| #define | MSG_CFG_KROWPRECO0 "Incompatible input. KROW!=NCNTR and PRE_CALCULATE_COEFS=0.\n" |
| #define | MSG_GEOM_ERROR "Error in Geometry\n" |
| #define | MSG_GEOM_READ_ERROR "Error in reading Geometry\n" |
| #define | MSG_GEOM_FILE_NOTFOUND "File %s not found\n" |
| #define | MSG_BODYCOEF_ERROR "Error in Evaluating Body Coefficients\n" |
| #define | MSG_MICSCOEF_ERROR "Error in Evaluating Mics Coefficients\n" |
| #define | MSG_GEOMETRY_START "Starting Geometry Module\n" |
| #define | MSG_COEF_START "Starting Coefficients Module\n" |
| #define | MSG_BODYCOEF_START "Starting Body Coefficients Module\n" |
| #define | MSG_MICSCOEF_START "Starting Mics Coefficients Module\n" |
| #define | MSG_BODYCOEF_END "Body Coefficients Module End\n" |
| #define | MSG_MICSCOEF_END "Mics Coefficients Module End\n" |
| #define | MSG_SOLUTION_START "Starting Solution Module\n" |
| #define | MSG_PROGRAM_END "End\n" |