~ubuntu-branches/ubuntu/quantal/psicode/quantal

« back to all changes in this revision

Viewing changes to src/bin/transqt/backsort.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-09-10 14:01:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060910140133-ib2j86trekykfsfv
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef BACKSORT_H
 
2
#define BACKSORT_H
 
3
 
 
4
void backsort_prep(int uhf);
 
5
void backsort(int first_tmp_file, double tolerance, int uhf);
 
6
void backsort_write(int i, int j, double **A, int kfirst, int klast,
 
7
                    int lfirst, int llast, int printflag, FILE *outfile,
 
8
                       struct iwlbuf *twopdm_out, int uhf);
 
9
 
 
10
#endif /* BACKSORT_H */