Skip to content

Commit 1c21e42

Browse files
committed
Fixed incorrect file type identification in grid2fits
1 parent 4bc05e5 commit 1c21e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fast++-grid2fits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ int vif_main(int argc, char* argv[]) {
383383
}
384384

385385
read_best_chi<std::uint32_t>(in, outfile);
386-
} else if (ftype == 'D') {
386+
} else if (ftype == 'E') {
387387
if (debug) {
388388
note("this is a best chi2 binary file (v2)");
389389
}

0 commit comments

Comments
 (0)