~ubuntu-branches/ubuntu/oneiric/gpp4/oneiric

« back to all changes in this revision

Viewing changes to src/cvecmat.h

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2011-01-11 13:47:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111134736-2blfcoz9uoknpic7
Tags: 1.3.0-0ubuntu1
* New upstream release 1.3.0
* debian/control: Add ${misc:Depends}, bump standards-version
* Patched to address various compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#ifdef  __cplusplus
32
32
extern "C" {
33
33
#endif
34
 
/* rcsidhv[] = "$Id: cvecmat.h,v 1.6 2008/06/18 16:55:57 mdw Exp $" */
35
34
 
36
35
void ccp4_dcross(const double a[3], const double b[3], double c[3]);
37
36
void ccp4_3matmul(double c[3][3], const double a[3][3], const double b[3][3]);