gnuastro-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-devel] [bug #51130] Incorrect setting flags for columns


From: Vladimir Markelov
Subject: [gnuastro-devel] [bug #51130] Incorrect setting flags for columns
Date: Sun, 28 May 2017 02:38:04 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0

URL:
  <http://savannah.gnu.org/bugs/?51130>

                 Summary: Incorrect setting flags for columns
                 Project: GNU Astronomy Utilities
            Submitted by: vvm
            Submitted on: Sat 27 May 2017 11:38:03 PM PDT
                Category: MakeCatalog
                Severity: 3 - Normal
              Item Group: Source code
                  Status: In Progress
                 Privacy: Public
             Assigned to: vvm
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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;





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51130>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]