Skip to content

Commit

Permalink
[wip] ops
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Nov 18, 2024
1 parent d4e6303 commit d7b60a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ int main(int argc, char* argv[]) {
} else if (scheme_string == "chimp128") {
encoding_scheme = {encoding::chimp128_scheme};
} else if (scheme_string == "uncompressed") {
encoding_scheme = {encoding::uncompressed_scheme``};
encoding_scheme = {encoding::uncompressed_scheme};
} else {
throw std::runtime_error("Wrong Scheme Type.");
}
Expand Down

0 comments on commit d7b60a5

Please sign in to comment.