X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Futility.h;h=c0bdd6a91cdda968c6449ae462f2023ccdb23ac4;hb=d191fe153c29168087ae76c7d672d7fcf217fbad;hp=a25f70cb10d6db246b409ffa13615e27c5d9b000;hpb=fdbd674832f07e7388761a004321edd1089e8d39;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/utility.h b/src/gromacs/utility.h index a25f70cb10..c0bdd6a91c 100644 --- a/src/gromacs/utility.h +++ b/src/gromacs/utility.h @@ -112,7 +112,7 @@ *

Other Functionality

* * The header init.h declares gmx::init() and gmx::finalize() for initializing - * and deinitializing the Gromacs library. + * and deinitializing the \Gromacs library. * * The header arrayref.h implements a gmx::ConstArrayRef class for exposing a * C array or part of a std::vector (basically, any continuous stretch of @@ -133,6 +133,9 @@ * The header messagestringcollector.h declares a gmx::MessageStringCollector * class for composing messages with context information. * + * The header sysinfo.h declares gmx_getpid() for getting the current process + * id. + * * The header programcontext.h declares a gmx::ProgramContextInterface that is * used to * initialize and access information about the running program, such as the