Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
f38169f1
Commit
f38169f1
authored
7 years ago
by
Axel Kohlmeyer
Browse files
Options
Downloads
Patches
Plain Diff
do not capitalize library.cpp, even if it is at the beginning of a sentence
parent
d14c16a4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/Section_howto.txt
+2
-2
2 additions, 2 deletions
doc/src/Section_howto.txt
with
2 additions
and
2 deletions
doc/src/Section_howto.txt
+
2
−
2
View file @
f38169f1
...
@@ -1861,7 +1861,7 @@ and C and Python codes which show how a driver code can link to LAMMPS
...
@@ -1861,7 +1861,7 @@ 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, grab data from
as a library, run LAMMPS on a subset of processors, grab data from
LAMMPS, change it, and put it back into LAMMPS.
LAMMPS, change it, and put it back into LAMMPS.
L
ibrary.cpp contains the following functions for creating and
l
ibrary.cpp contains the following functions for creating and
destroying an instance of LAMMPS and sending it commands to execute.
destroying an instance of LAMMPS and sending it commands to execute.
See the documentation in the src/library.cpp file for details.
See the documentation in the src/library.cpp file for details.
...
@@ -1943,7 +1943,7 @@ the library allocated previously via other function calls. See
...
@@ -1943,7 +1943,7 @@ the library allocated previously via other function calls. See
comments in src/library.cpp file for which other functions need this
comments in src/library.cpp file for which other functions need this
clean-up.
clean-up.
L
ibrary.cpp also contains these functions for extracting information
l
ibrary.cpp also contains these functions for extracting information
from LAMMPS and setting value within LAMMPS. Again, see the
from LAMMPS and setting value within LAMMPS. Again, see the
documentation in the src/library.cpp file for details, including
documentation in the src/library.cpp file for details, including
which quantities can be queried by name:
which quantities can be queried by name:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment