Next: 2.3 Solvers
Up: 2. Usage
Previous: 2.1 Roadmap
  Contents
  Index
2.2 Using the C Preprocessor
JTPACK77 provides, and uses internally, a set of files which can be processed
by the C preprocessor, cpp. The issues surrounding this aspect of the
library's design are delineated in Section 3.3.
[Rough outline; to be filled-in later.]
Options, from easiest (and most unsafe) to most difficult (and safest):
- Don't use them at all (use hardwired values).
- Include JTPACK77 files by hand in host code files.
- Copy JTPACK77 include files into a location the host code already
looks for include files.
- Teach host code build procedure where to look for JTPACK77 include
files.
Next: 2.3 Solvers
Up: 2. Usage
Previous: 2.1 Roadmap
  Contents
  Index
John A. Turner