Skip to content

Commit

Permalink
fix func typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Aug 6, 2022
1 parent 76eb4f9 commit cffaff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcfpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ namespace vcfpp
* @return bool
* */
template <typename T, typename S = typename T::value_type>
isFormatVector<T> getFormat(std::string tag, T& v)
isFormatVector<T> getFORMAT(std::string tag, T& v)
{
fmt = bcf_get_fmt(header->hdr, line, tag.c_str());
nvalues = fmt->n;
Expand Down

0 comments on commit cffaff0

Please sign in to comment.