|
Fourier library: Operations in the Fourier domain
|
| void fourier::report_violation | ( | const char * | message, |
| const char * | file, | ||
| const int & | line, | ||
| const char * | condition | ||
| ) |
report violation of assertion
report violation of condition
| message | message of type char* |
| file | name of source code file |
| line | source code line number |
| condition | assert condition |