Skip to content

Commit c7bbb8d

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
fix for #74
1 parent 94fe996 commit c7bbb8d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/FrogAPI.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,9 +1258,6 @@ void FrogAPI::output_tabbed( ostream& os, const frog_record& fd ) const {
12581258
os << fd.morph_string;
12591259
}
12601260
}
1261-
else {
1262-
os << Tab;
1263-
}
12641261
if ( options.doTagger ){
12651262
if ( fd.tag.empty() ){
12661263
os << Tab << Tab << fixed << showpoint << std::setprecision(6) << 1.0;

0 commit comments

Comments
 (0)