----------------------------------------------------- //
| 53 | |
| 54 | // ----------------------------------------------------- // |
| 55 | char *bDNA::getType(int ind) |
| 56 | { |
| 57 | assert(ind <= (int)mTypes.size()); |
| 58 | return mTypes[ind]; |
| 59 | } |
| 60 | |
| 61 | // ----------------------------------------------------- // |
| 62 | short *bDNA::getStruct(int ind) |
no test coverage detected