Skip to content

Commit fdc599c

Browse files
committed
&
1 parent 7c443e1 commit fdc599c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(CheckIncludeFileCXX)
77
# The version number
88
set (graphtyper_VERSION_MAJOR 2)
99
set (graphtyper_VERSION_MINOR 7)
10-
set (graphtyper_VERSION_PATCH 4)
10+
set (graphtyper_VERSION_PATCH 5)
1111

1212
# Graphtyper's headers
1313
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")

src/typer/genotype_paths.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ void GenotypePaths::add_next_kmer_labels(std::vector<KmerLabel> const & ll,
311311
continue;
312312

313313
bool matched_at_least_once = false;
314-
Path const & original_path = paths[i];
314+
Path const original_path = paths[i];
315315

316316
for (unsigned j = 0; j < pp.size(); ++j)
317317
{

0 commit comments

Comments
 (0)