Hello,
I just compiled the xdr file lib that was recently released on the Gromacs 
website. 
I'm just wondering what's the meaning of "char *fn" in the xdrfile_???.h as in:

/* This function returns the number of atoms in the xtc file in *natoms */
  extern int read_xtc_natoms(char *fn,int *natoms);

  /* Read one frame of an open xtc file */
  extern int read_xtc(XDRFILE *xd,int natoms,int *step,float *time,
                      matrix box,rvec *x,float *prec);

Is the "char *fn" the name of the xdr file?
Can anyone give me a clue? Thanks very much.
Lanyuan Lu


_________________________________________________________________
上Windows Live 中国首页,下载最新版 MSN!
http://im.live.cn/
_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to