~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

Viewing changes to src/bin/cints/Tools/prints.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
 
 
2
void print_intro();
 
3
void print_scalars();
 
4
void print_basisset();
 
5
void print_quote();
 
6
void print_opdm();
 
7
void print_atomvec(char *quantity, double **vecs);
 
8
void print_atommat(char *quantity, double **mat);