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

« back to all changes in this revision

Viewing changes to src/bin/cceom/hbar_norms.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:
55
55
  tval = dpd_buf4_dot_self(&WmBiJ);
56
56
  dpd_buf4_close(&WmBiJ);
57
57
  fprintf(outfile,"WmBiJ dot WmBiJ total %15.10lf\n", tval);
 
58
 
 
59
          if (params.full_matrix) {
 
60
      dpd_file2_init(&FME, CC_OEI, H_IRR, 0, 1, "FAI residual");
 
61
      tval = dpd_file2_dot_self(&FME);
 
62
                        dpd_file2_close(&FME);
 
63
      fprintf(outfile,"FAI residual dot FAI residual %15.10lf\n", tval);
 
64
          }
58
65
  }
59
66
  
60
67
  else if (params.eom_ref == 2) {