Files | |
| file | compiler.h [code] |
| Compiler Specific definitions for C code.
This header file contains a few definitions for convenience when porting the CFCFD codes across different machines and compilers. Most were to get around pre-ANSI C definitions, 16-bit and 32-bit systems, and to cope with early vectorising compilers that had trouble with pragmas from others. | |
| file | docgen_test_1.c |
| file | logfile.c |
| Message logging functions. | |
| file | logfile.h [code] |
| Message logging routines. | |
| file | numbers.c |
| file | parser.c |
| Parsing functions to add error checking to iniparser.c
The iniparser library provides some convenient methods for parsing an .ini-type file BUT it lacks some error checking which will be useful for our work. | |
| file | parser.h [code] |
| Header file for the parsing functions. | |
| file | time_to_go.c |
| Function to estimate how much longer we need to wait for the simulation to finish. | |
| file | time_to_go.h [code] |
| Function prototype for time_to_go.c. | |
| file | useful.h [code] |
| Useful macro definitions for C code.
This header file contains a few definitions for convenience. | |
1.4.4