fix up some comments
This commit is contained in:
@ -60,7 +60,7 @@ namespace LAMMPS_NS {
|
||||
* \param s buffer for storing the result of fgets()
|
||||
* \param size size of buffer s (max number of bytes read by fgets())
|
||||
* \param fp file pointer used by fgets()
|
||||
* \param filename file name associated with fp (may be nullptr; then LAMMPS will try to detect)
|
||||
* \param filename file name associated with fp (may be a null pointer; then LAMMPS will try to detect)
|
||||
* \param error pointer to Error class instance (for abort) */
|
||||
|
||||
void sfgets(const char *srcname, int srcline, char *s, int size,
|
||||
@ -75,7 +75,7 @@ namespace LAMMPS_NS {
|
||||
* \param size size of data elements read by fread()
|
||||
* \param num number of data elements read by fread()
|
||||
* \param fp file pointer used by fread()
|
||||
* \param filename file name associated with fp (may be nullptr; then LAMMPS will try to detect)
|
||||
* \param filename file name associated with fp (may be a null pointer; then LAMMPS will try to detect)
|
||||
* \param error pointer to Error class instance (for abort) */
|
||||
|
||||
void sfread(const char *srcname, int srcline, void *s, size_t size,
|
||||
|
||||
Reference in New Issue
Block a user