<div dir="ltr"><div><div><div><br></div>I just noticed that SpiceZmc.h has a macro called CELLTYPECHK3_VAL:<br><br>   #define CELLTYPECHK3_VAL( errHandling, modname,  dtype,           \<br>                             cellPtr1,    cellPtr2, cellPtr3,        \<br>
                             retval                            )     \<br>                                                                     \<br>       CELLTYPECHK_VAL( errHandling, modname, dtype, cellPtr1,       \<br>
                        retval                                 );    \<br>       CELLTYPECHK_VAL( errHandling, modname, dtype, cellPtr2,       \<br>                        retval                                 );    \<br>
       CELLTYPECHK_VAL( errHandling, modname, dtype, cellPtr3        \<br>                        retval                                 );<br><br></div>There should be a comma after cellPtr3, but there isn&#39;t.<br><br>
</div>Doesn&#39;t look like anyone actually uses this macro, but I thought I should let someone know.<br><br>Thanks,<br><br>Trent<br></div>