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

« back to all changes in this revision

Viewing changes to src/bin/cclambda/dijabL2.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:
29
29
    dpd_buf4_init(&L2, CC_LAMBDA, L_irr, 0, 5, 0, 5, 0, "New LIjAb Increment");
30
30
    dpd_buf4_axpy(&L2, &newLIjAb, 1);
31
31
    dpd_buf4_close(&L2);
32
 
 
33
 
    dpd_buf4_copy(&newLIjAb, CC_TMP0, "LIjAb-LIjBa");
34
 
    dpd_buf4_sort_axpy(&newLIjAb, CC_TMP0, pqsr, 0, 5, "LIjAb-LIjBa", -1);
 
32
    /*dpd_buf4_print(&newLIjAb,outfile,1);*/
35
33
    dpd_buf4_close(&newLIjAb);
36
34
 
37
 
    dpd_buf4_init(&L2, CC_TMP0, L_irr, 2, 7, 0, 5, 0, "LIjAb-LIjBa");
 
35
    dpd_buf4_init(&L2, CC_LAMBDA, L_irr, 2, 7, 0, 5, 1, "New LIjAb");
38
36
    dpd_buf4_copy(&L2, CC_LAMBDA, "New LIJAB");
39
37
    dpd_buf4_copy(&L2, CC_LAMBDA, "New Lijab");
40
38
    dpd_buf4_close(&L2);