Files
lammps/lib/message/cslib
Anne Gunn f1ef7d85a8 T2345: Replace instances of NULL with nullptr
The following changes have been applied to src and lib folders:
regex replace: ([^"_])NULL ⇒ \1nullptr (8968 chgs in src, 1153 in lib)
Manually find/change: (void \*) nullptr ⇒ nullptr (1 case)
regex find: ".*?nullptr.*?"
  Manually ~14 cases back to "NULL" in src, ~2 in lib
  regex finds a few false positive where nullptr appears between two
  strings in a function call
2020-09-12 09:34:38 -06:00
..
2018-07-24 12:04:23 -06:00
2018-07-24 12:04:23 -06:00

This is the the Client/Server messaging library (CSlib).

Only the source directory and license file are included here as part
of the LAMMPS distribution.  The full CSlib distribution, including
documentation and test codes, can be found at the website:
http://cslib.sandia.gov (as of Aug 2018).

The contact author is

Steve Plimpton
Sandia National Laboratories
sjplimp@sandia.gov
http://www.sandia.gov/~sjplimp

The CSlib is distributed as open-source code under the modified
Berkeley Software Distribution (BSD) License.  See the accompanying
LICENSE file.

This directory contains the following:

README         this file
LICENSE        GNU LGPL license
src            source files for library