diff options
| author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-01-23 08:35:39 (GMT) | 
|---|---|---|
| committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-01-23 08:35:39 (GMT) | 
| commit | b3d72d0035d5a7ab74b2c117dfa37505eec54514 (patch) | |
| tree | cd3bd022594f5b1d2407b646081228362d0e19e8 /src/lib | |
| parent | 75505b10abc097c123c427b5df553839383bf0d1 (diff) | |
Minor updates in copyright notice. Fixes in documentation index page.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/tng_io.c | 2 | ||||
| -rw-r--r-- | src/lib/tng_io.h | 19 | 
2 files changed, 11 insertions, 10 deletions
| diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 0022626..ce59aab 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -4,7 +4,7 @@   *   * Written by Magnus Lundborg   * Copyright (c) 2012, Magnus Lundborg and The GROMACS development team. - * check out http://www.gromacs.org for more information. + * Check out http://www.gromacs.org for more information.   *   *    * This program is free software; you can redistribute it and/or diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index afa3b8b..6dee4a0 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -4,7 +4,7 @@   *   * Written by Magnus Lundborg   * Copyright (c) 2012, The GROMACS development team. - * check out http://www.gromacs.org for more information. + * Check out http://www.gromacs.org for more information.   *   *   * This program is free software; you can redistribute it and/or @@ -72,26 +72,27 @@   *   * @section examples_sec Examples   * + * There are some examples of how to use the library in the testing located + * located in src/tests/ + *   * @subsection tng_subsec TNG files   *   * The build directory contains an example_files directory, which in turn   * contains a very short example of a TNG file containing a few water molecules,   * a box shape description and positions in 10 frames.   * - * It is also possible to run the bin/md_openmp testing program, which will - * save MD simulations output to a new file (saved in the example_files - * directory). + * It is also possible to run the bin/md_openmp (see src/tests/md_openmp.c) + * testing program, which will save MD simulations output to a new file + * (saved in the example_files directory).   *   * These files can be read using the bin/tng_io_read_pos testing program.   *   * @subsection c_subsec C   *   * \code - * // These includes must be fixed in order to compile the example. - * // They do not include the # in order to compile the header file. - * include <stdlib.h> - * include <stdio.h> - * include <tng_io.h> + * #include <stdlib.h> + * #include <stdio.h> + * #include <tng_io.h>   *   * int main(int argc, char **argv)   * { | 
