[gmx-developers] Re: comment on xtcio.h

LI Daobing lidaobing at gmail.com
Wed Dec 21 06:25:46 CET 2005


On 12/21/05, LI Daobing <lidaobing at gmail.com> wrote:
> 1. comment error:
>
> comment say:
> --->
> /* All functions return 1 if succesfull, 0 otherwise
> <---
>
> but open_xtc return file descripto instead of a bool value.
>
> 2. how about change
>
> extern int open_xtc(char *filename,char *mode);
>
> to
>
> extern int open_xtc(const char *filename, const char *mode);
>
> Thanks.
>

more: c++'s keyword is __cplusplus not CPLUSPLUS

the total patch in attachment, hope it can help you.

--
LI Daobing
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xtcio.h.patch
Type: application/octet-stream
Size: 955 bytes
Desc: not available
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-developers/attachments/20051221/b2f23458/attachment.obj>


More information about the gromacs.org_gmx-developers mailing list