bugGNU Astronomy Utilities - Bugs: bug #51130, Incorrect setting flags for columns

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #51130: Incorrect setting flags for columns

Submitter:  Vladimir Markelov <vvm>
Submitted:  Sun 28 May 2017 06:38:03 AM UTC
   
 
Category:  MakeCatalog Severity:  3 - Normal
Item Group:  Source code Status:  In Progress
Privacy:  Public Assigned to:  vvm
Open/Closed:  Closed

Mon 29 May 2017 04:47:04 PM UTC, comment #2: 

Thanks a lot Vladimir for noticing this typo! I am always astonished by your attention to detail.

The commit is merged with the master branch and pushed to the main repo.

Mohammad Akhlaghi <makhlaghi>
Group administrator
Sun 28 May 2017 06:39:27 AM UTC, comment #1: 

If I understood it right. In these cases both flags for X and Y should be set:

https://github.com/VladimirMarkelov/gnuastro-vvm/commit/8028350ee480827cabc6eb14e82bd39de1857096

At least the following case uses both flags.

Vladimir Markelov <vvm>
Sun 28 May 2017 06:38:03 AM UTC, original submission:  

bin/mkcatalog/columns.c

in two places the same flag is set twice in function columns_define_alloc:

440   oiflag[ OCOL_C_VY ] = 1;
441   oiflag[ OCOL_C_VY ] = 1;

and

455   oiflag[ OCOL_C_VY ] = 1;
456   oiflag[ OCOL_C_VY ] = 1;


Vladimir Markelov <vvm>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makhlaghi (Posted a comment)
  • -email is unavailable- added by vvm (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-05-29 makhlaghi Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code