Skip to content

Commit 34f6018

Browse files
committed
Updated to latest phy++ API
1 parent 0965915 commit 34f6018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/egg-gencat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ int phypp_main(int argc, char* argv[]) {
536536
}
537537

538538
// Load data from an existing catalog
539-
if (end_with(input_cat_file, ".fits")) {
539+
if (ends_with(input_cat_file, ".fits")) {
540540
fits::input_table tbl(input_cat_file);
541541

542542
// Read main parameters

0 commit comments

Comments
 (0)