diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-06-13 09:14:47 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-06-13 09:14:47 (GMT) |
commit | 68a0e2cb28663b5dc10c5283d5dd74544d55138a (patch) | |
tree | dc9ae6dd8d8af108d57ab8bfcc0e757f45df6531 /include/tng_io.h | |
parent | 909cf6a300b5a981e12cb4fee35da19b4af77820 (diff) |
(Re)change names of tng_md5_* to md5_*
In order to make it work with existing md5 include files
custom names should not be used.
Diffstat (limited to 'include/tng_io.h')
-rw-r--r-- | include/tng_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index c7cb9ba..df99d52 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -119,7 +119,7 @@ * * @subsection c_subsec C * - * Example writing data to a TNG file (just an extract): + * Example writing data to a TNG file (just an excerpt): * \code * for ( step = 1; step < step_num; step++ ) * { |