From 9c67065bb96ed8088dcd6347e8fe5203e7b9679d Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 17 Nov 2010 16:14:03 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5246 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_howto.html | 2 +- doc/Section_howto.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Section_howto.html b/doc/Section_howto.html index 8fefdedfbe..4d729e8f0a 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -1698,7 +1698,7 @@ details.

The key idea of the library interface is that you can write any functions you wish to define how your code talks to LAMMPS and add -them to src/library.cpp and src/library.h, as well as to the Python +them to src/library.cpp and src/library.h, as well as to the Python interface. The routines you add can access or change any LAMMPS data you wish. The couple and python directories have example C++ and C and Python codes which show how a driver code diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index d6d2e6592c..baf09fc10d 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -1687,7 +1687,7 @@ details. The key idea of the library interface is that you can write any functions you wish to define how your code talks to LAMMPS and add them to src/library.cpp and src/library.h, as well as to the "Python -interface"_doc/Section_python.html. The routines you add can access +interface"_Section_python.html. The routines you add can access or change any LAMMPS data you wish. The couple and python directories have example C++ and C and Python codes which show how a driver code can link to LAMMPS as a library, run LAMMPS on a subset of processors,