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

« back to all changes in this revision

Viewing changes to src/bin/cints/Tools/symm.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:
32
32
  Symmetry.irr_labels = chkpt_rd_irr_labs();
33
33
  Symmetry.ict = chkpt_rd_ict();
34
34
  Symmetry.cartrep = chkpt_rd_cartrep();
 
35
  Symmetry.cdsalcpi = chkpt_rd_cdsalcpi();
 
36
  Symmetry.cdsalc2cd = chkpt_rd_cdsalc2cd();
 
37
  Symmetry.cdsalc_ioffset = init_int_array(Symmetry.nirreps);
 
38
  Symmetry.cdsalc_ioffset[0] = 0;
 
39
  for(i=1;i<Symmetry.nirreps;i++)
 
40
    Symmetry.cdsalc_ioffset[i] = Symmetry.cdsalc_ioffset[i-1] + Symmetry.cdsalcpi[i-1];
35
41
 
36
42
  if (Symmetry.nirreps) {
37
43
  /* Symmetry.dp_table = */ init_dp_table();