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

« back to all changes in this revision

Viewing changes to src/bin/cscf/sdot.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:
1
 
/* $Log: sdot.c,v $
2
 
/* Revision 1.1.1.1  2000/02/04 22:52:32  evaleev
3
 
/* Started PSI 3 repository
4
 
/*
 
1
/* $Log$
 
2
 * Revision 1.1  2000/02/04 22:52:32  evaleev
 
3
 * Initial revision
 
4
 *
5
5
/* Revision 1.2  1999/08/17 19:04:18  evaleev
6
6
/* Changed the default symmetric orthogonalization to the canonical
7
7
/* orthogonalization. Now, if near-linear dependencies in the basis are found,
16
16
/* -Ed
17
17
 */
18
18
 
19
 
static char *rcsid = "$Id: sdot.c,v 1.1.1.1 2000/02/04 22:52:32 evaleev Exp $";
 
19
static char *rcsid = "$Id: sdot.c 2 2000-02-04 22:50:39Z evaleev $";
20
20
 
21
21
#define EXTERN
22
22
#include "includes.h"