~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to doc/progman/ip.tex

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
(have) been read or will be read in the future using \celem{ip\_append}.
93
93
The keyword \celem{kwd} can only be removed from the list of current working
94
94
keywords by purging the entire list using \celem{ip\_cwk\_clear}. 
 
95
{\em You must ensure that they keyword strings begin with a colon.}
95
96
 
96
97
\begin{center} \file{ip\_data.c} \\ \end{center}
97
98
 
178
179
   ip_set_uppercase(1);              /* case sensitivity selection */
179
180
   ip_initialize(infile,outfile);    /* reads input.dat and stores it all */
180
181
 
 
182
   /* DO NOT NEGLECT THE COLONS IN THE KEYWORDS BELOW; OTHERWISE
 
183
      ALL IP CALLS WILL RETURN IPE_KEY_NOT_FOUND */
181
184
   ip_cwk_add(":DEFAULT");           /* adds default section */
182
185
   ip_cwk_add(":SCF");               /* adds scf section */
183
186