Skip to content

code optimization if...else #5

@wtangiit

Description

@wtangiit

in hmm_lib.c
if (t == 0) {
} else {
xxx
}
change to
if (t>0){
xxx
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions