torognes / swipe

Smith-Waterman database searches with inter-sequence SIMD parallelisation
GNU Affero General Public License v3.0
58 stars 21 forks source link

Fix compilation errors when using C++11 #30

Closed unisolate closed 7 years ago

unisolate commented 7 years ago

C++11 requires a space between literal and identifier

torognes commented 7 years ago

Thanks for the PR.