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

« back to all changes in this revision

Viewing changes to src/bin/cclambda/check_sum.c

  • 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:
23
23
  }
24
24
 
25
25
  if (params.ref <= 1) {
26
 
    dpd_file2_init(&LIA, CC_OEI, irrep, 0, 1, "New LIA");
27
 
    dpd_file2_init(&Lia, CC_OEI, irrep, 0, 1, "New Lia");
 
26
    dpd_file2_init(&LIA, CC_LAMBDA, irrep, 0, 1, "New LIA");
 
27
    dpd_file2_init(&Lia, CC_LAMBDA, irrep, 0, 1, "New Lia");
28
28
    dpd_buf4_init(&LIJAB, CC_LAMBDA, irrep, 2, 7, 2, 7, 0, "New LIJAB");
29
29
    dpd_buf4_init(&Lijab, CC_LAMBDA, irrep, 2, 7, 2, 7, 0, "New Lijab");
30
30
    dpd_buf4_init(&LIjAb, CC_LAMBDA, irrep, 0, 5, 0, 5, 0, "New LIjAb");
38
38
    dpd_buf4_close(&LIjAb);
39
39
  }
40
40
  else if (params.ref == 2) {
41
 
    dpd_file2_init(&LIA, CC_OEI, irrep, 0, 1, "New LIA");
42
 
    dpd_file2_init(&Lia, CC_OEI, irrep, 2, 3, "New Lia");
 
41
    dpd_file2_init(&LIA, CC_LAMBDA, irrep, 0, 1, "New LIA");
 
42
    dpd_file2_init(&Lia, CC_LAMBDA, irrep, 2, 3, "New Lia");
43
43
    dpd_buf4_init(&LIJAB, CC_LAMBDA, irrep, 2, 7, 2, 7, 0, "New LIJAB");
44
44
    dpd_buf4_init(&Lijab, CC_LAMBDA, irrep, 12, 17, 12, 17, 0, "New Lijab");
45
45
    dpd_buf4_init(&LIjAb, CC_LAMBDA, irrep, 22, 28, 22, 28, 0, "New LIjAb");