source:
branches/lib/GDE/MUSCLE/src/msadistkimura.h
| Last change on this file was 10390, checked in by aboeckma, 12 years ago | |
|---|---|
| File size: 253 bytes | |
| Line | |
|---|---|
| 1 | #ifndef MSADistKimura_h |
| 2 | #define MSADistKimura_h |
| 3 | |
| 4 | #include "msadist.h" |
| 5 | |
| 6 | class MSADistKimura : public MSADist |
| 7 | { |
| 8 | public: |
| 9 | virtual double ComputeDist(const MSA &msa, unsigned uSeqIndex1, |
| 10 | unsigned uSeqIndex2); |
| 11 | }; |
| 12 | |
| 13 | #endif // MSADistKimura_h |
Note: See TracBrowser
for help on using the repository browser.
