Skip to content

Commit

Permalink
C++ keywords: compl - alternative operator for ~
Browse files Browse the repository at this point in the history
  • Loading branch information
qPCR4vir committed Aug 29, 2018
1 parent c74d998 commit a34c756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ThDySec/th_dy_align.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ std::cout << "\n EXPORTING...";
if ( (colpased || !ExtrCov.isIntern (matchs) ) && CandSet.insert(s._Sec.Copy_Seq(pi, fi)).second )
{
cand .reset(s._Sec.Clone(pi, fi, DNAstrand::direct)); // (cur_s , 1,"s", _TDATmC->_NNpar);
c_cand.reset(s._Sec.Clone(pi, fi, DNAstrand::compl ));
c_cand.reset(s._Sec.Clone(pi, fi, DNAstrand::complem ));

fAl.Align(cand.get(), c_cand.get() );
++Num;
Expand Down
2 changes: 1 addition & 1 deletion src/ThDy_DNAHybrid.Nana/main.Nana.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ int main(int argc, char *argv[])
Program distributed under the GNU General Public License, see:
http://www.gnu.org/licenses/
Compiled on: )" __DATE__ R"( / )" __TIME__ R"( Version: v0.01.02
Compiled on: )" __DATE__ R"( / )" __TIME__ R"( Version: v0.01.03
Downloads and source code: https://github.com/qPCR4vir/ThDySec
Wiki: https://github.com/qPCR4vir/ThDySec/wiki
Expand Down

0 comments on commit a34c756

Please sign in to comment.