[Spice_discussion] missing comma in CELLTYPECHK3_VAL macro

Trent Waddington trent.waddington at gmail.com
Tue Sep 17 23:20:39 PDT 2013


I just noticed that SpiceZmc.h has a macro called CELLTYPECHK3_VAL:

   #define CELLTYPECHK3_VAL( errHandling, modname,  dtype,           \
                             cellPtr1,    cellPtr2, cellPtr3,        \
                             retval                            )     \
                                                                     \
       CELLTYPECHK_VAL( errHandling, modname, dtype, cellPtr1,       \
                        retval                                 );    \
       CELLTYPECHK_VAL( errHandling, modname, dtype, cellPtr2,       \
                        retval                                 );    \
       CELLTYPECHK_VAL( errHandling, modname, dtype, cellPtr3        \
                        retval                                 );

There should be a comma after cellPtr3, but there isn't.

Doesn't look like anyone actually uses this macro, but I thought I should
let someone know.

Thanks,

Trent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://naif.jpl.nasa.gov/pipermail/spice_discussion/attachments/20130918/d7d5a382/attachment.html>


More information about the Spice_discussion mailing list