Changeset cd028d for pcp/src


Ignore:
Timestamp:
May 24, 2008, 12:46:25 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
d6f7f3
Parents:
35051f
Message:

There wer two tpow declarations, this one removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/mymath.h

    r35051f rcd028d  
    6060#define CNORMSQ3(a) ((a).re[0]*(a).re[0] + (a).re[1]*(a).re[1] + (a).re[2]*(a).re[2] + (a).im[0]*(a).im[0] + (a).im[1]*(a).im[1] + (a).im[2]*(a).im[2]) //!< square of complex euclidian norm
    6161
    62 inline double tpow(double, int);
    6362inline int Rest(int n, int m);
    6463inline void RTranspose3(double *A);
Note: See TracChangeset for help on using the changeset viewer.