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

« back to all changes in this revision

Viewing changes to src/lib/libdpd/file4_mat_irrep_rd.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:
14
14
  /* If the data doesn't actually exist on disk, we just leave */
15
15
  if(psio_tocscan(File->filenum, File->label) == NULL) return 1;
16
16
 
17
 
#ifdef DPD_TIMER
 
17
#if 1
18
18
  timer_on("file4_rd");
19
19
#endif
20
20
 
28
28
     psio_read(File->filenum, File->label, (char *) File->matrix[irrep][0],
29
29
               size*((long) sizeof(double)), irrep_ptr, &next_address);
30
30
 
31
 
#ifdef DPD_TIMER
 
31
#if 1
32
32
  timer_off("file4_rd");
33
33
#endif
34
34