| 172 | int value; |
| 173 | }; |
| 174 | class FloatPoint { |
| 175 | public: |
| 176 | string chr; |
| 177 | int pos; |
| 178 | float value; |
| 179 | }; |
| 180 | const string sep = "\t"; |
| 181 | map<string,ChrDensity>::iterator it; |
| 182 | if (type.compare("norm")==0) { |
nothing calls this directly
no outgoing calls
no test coverage detected