----------------------------------------------------- //
| 60 | |
| 61 | // ----------------------------------------------------- // |
| 62 | short *bDNA::getStruct(int ind) |
| 63 | { |
| 64 | assert(ind <= (int)mStructs.size()); |
| 65 | return mStructs[ind]; |
| 66 | } |
| 67 | |
| 68 | // ----------------------------------------------------- // |
| 69 | short bDNA::getLength(int ind) |
no test coverage detected