Opened 12 years ago
Closed 12 years ago
#672 closed request (fixed)
DNA assignment from char
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.8 |
Component: | omic | Version: | 0.7.2 |
Keywords: | Cc: |
Description
Functionality already there in a sense since we can do
DNA x; char c; ... x = DNA(c)
but it would be more convenient to have
x = c;
and might possibly be a bit faster (depending on compiler).
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2577]) closes #672