Parent Directory
|
Revision Log
Added some more user error messages from the solver. Added detection for the MFGRAPH library, which will be used to output GraphViz files based on the incidence matrix.
1 | johnpye | 480 | // This file will be processed by SCons and output as config.h. |
2 | // Don't edit this file unless it's named 'config.h.in' unless | ||
3 | // it doesn't bother you that your changes will be IGNORED! | ||
4 | |||
5 | #ifndef ASCXX_CONFIG_H | ||
6 | #define ASCXX_CONFIG_H | ||
7 | johnpye | 507 | |
8 | #define DEFAULT_ASCENDLIBRARY "@DEFAULT_ASCENDLIBRARY@" | ||
9 | johnpye | 480 | |
10 | johnpye | 507 | #if @ASCXX_USE_PYTHON@ |
11 | johnpye | 526 | # define ASCXX_USE_PYTHON |
12 | johnpye | 507 | #endif |
13 | johnpye | 1109 | |
14 | #ifndef ASC_WITH_MFGRAPH | ||
15 | /* #define ASC_WITH_MFGRAPH @ASC_WITH_MFGRAPH@ */ | ||
16 | #endif | ||
17 | johnpye | 507 | |
18 | johnpye | 480 | #define ASC_BUILDING_INTERFACE |
19 | |||
20 | #endif |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |