~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

Viewing changes to src/bin/cclambda/globals.h

  • 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:
2
2
#include <libdpd/dpd.h>
3
3
#include "MOInfo.h"
4
4
#include "Params.h"
5
 
#include <libciomr/libciomr.h>
6
5
#include "Local.h"
7
6
 
8
7
/* Global variables */
19
18
EXTERN char *psi_file_prefix;
20
19
EXTERN struct MOInfo moinfo;
21
20
EXTERN struct Params params;
 
21
EXTERN struct L_Params *pL_params;
22
22
EXTERN struct Local local;
23
23
void check_sum(char *lbl, int L_irr);