summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-01-23 08:35:39 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-01-23 08:35:39 (GMT)
commitb3d72d0035d5a7ab74b2c117dfa37505eec54514 (patch)
treecd3bd022594f5b1d2407b646081228362d0e19e8
parent75505b10abc097c123c427b5df553839383bf0d1 (diff)
Minor updates in copyright notice. Fixes in documentation index page.
-rw-r--r--src/lib/tng_io.c2
-rw-r--r--src/lib/tng_io.h19
-rw-r--r--src/tests/tng_io_testing.c2
-rw-r--r--src/tests/tng_parallel_read.c2
4 files changed, 13 insertions, 12 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)
* {
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c
index c523c51..989b8f6 100644
--- a/src/tests/tng_io_testing.c
+++ b/src/tests/tng_io_testing.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/tests/tng_parallel_read.c b/src/tests/tng_parallel_read.c
index 66ce6fc..b995137 100644
--- a/src/tests/tng_parallel_read.c
+++ b/src/tests/tng_parallel_read.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
contact: Jan Huwald // Impressum