bugGNU Astronomy Utilities - Bugs: bug #61293, Typo in parse_clumps condition...

 
 

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

bug #61293: Typo in parse_clumps condition check

Submitter:  Vladimir Markelov <vvm>
Submitted:  Tue 05 Oct 2021 06:12:29 PM UTC
   
 
Category:  MakeCatalog Severity:  3 - Normal
Item Group:  Source code Status:  Fixed
Privacy:  Public Assigned to:  vvm
Open/Closed:  Closed

Wed 06 Oct 2021 08:17:50 AM UTC, comment #2: 

Thanks a lot Vladimir, it has been fixed in Commit d91172de5 :-).

Mohammad Akhlaghi <makhlaghi>
Group administrator
Tue 05 Oct 2021 06:15:03 PM UTC, comment #1: 

I'm sorry I have inserted fixed text. The current text in parse.c is:


if( cif[    CCOL_MINVNUM ] || cif[ CCOL_MINVX ]
    || cif[ CCOL_MINVX   ] || cif[ CCOL_MINVZ ] )


Vladimir Markelov <vvm>
Tue 05 Oct 2021 06:12:29 PM UTC, original submission:  

CCOL_MINVX is mentioned twice, but CCOL_MINVY is missing at line 896:


  if( cif[    CCOL_MINVNUM ] || cif[ CCOL_MINVX ]
      || cif[ CCOL_MINVY   ] || cif[ CCOL_MINVZ ] )


Vladimir Markelov <vvm>

 

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

Attached Files
file #52042:  mkparse.diff added by vvm (587B - application/octet-stream)

 

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.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-10-06 makhlaghi StatusNone Fixed
        Assigned toNone vvm
        Open/ClosedOpen Closed
    2021-10-05 vvm Attached File- Added mkparse.diff, #52042

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code