Commit e261bef7 authored by Richard Berger's avatar Richard Berger
Browse files

Spelling fixes in source files

parent fd784860
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ LinearSolver::LinearSolver(
    matrixModified_(false),
    allowReinitialization_(false), 
    homogeneousBCs_(false),
    bcs_(NULL), // null implies no contraints will be added later
    bcs_(NULL), // null implies no constraints will be added later
    rhs_(NULL),
    rhsDense_(), b_(NULL),
    matrix_(A),
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ of LAMMPS:
>>> from lammps import lammps
>>> lmp = lammps()

If that gives no errors, you have succesfully wrapped LAMMPS with
If that gives no errors, you have successfully wrapped LAMMPS with
Python.  See doc/Section_python.html#py_7 for tests you can then use
to run LAMMPS both in serial or parallel thru Python.

+1 −1
Original line number Diff line number Diff line
@@ -56,6 +56,6 @@ Self-explanatory.

E: Compute erotate/asphere requires extended particles

This compute cannot be used with point paritlces.
This compute cannot be used with point particles.

*/
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ Self-explanatory.

E: Compute temp/asphere requires extended particles

This compute cannot be used with point paritlces.
This compute cannot be used with point particles.

E: Could not find compute ID for temperature bias

+3 −3
Original line number Diff line number Diff line
@@ -94,12 +94,12 @@ path and name are correct.

E: Could not process Python file

The Python code in the specified file was not run sucessfully by
The Python code in the specified file was not run successfully by
Python, probably due to errors in the Python code.

E: Could not process Python string

The Python code in the here string was not run sucessfully by Python,
The Python code in the here string was not run successfully by Python,
probably due to errors in the Python code.

E: Could not find Python function
@@ -123,7 +123,7 @@ Self-explanatory.

E: Python function evaluation failed

The Python function did not run succesfully and/or did not return a
The Python function did not run successfully and/or did not return a
value (if it is supposed to return a value).  This is probably due to
some error condition in the function.

Loading