Spelling fixes in source files
This commit is contained in:
@ -217,7 +217,7 @@ def generate_lammps_input(infile):
|
||||
if line.find("e_field_packet_duration")>=0:
|
||||
continue
|
||||
if line.find("set_limit")>=0:
|
||||
continue # need to add this contraint
|
||||
continue # need to add this constraint
|
||||
if line.find("set_limit_stiffness")>=0:
|
||||
continue
|
||||
if line.find("output_position")>=0:
|
||||
|
||||
@ -70,7 +70,7 @@ class InitBase(dobject):
|
||||
Args:
|
||||
value: A string which specifies what value to initialize the
|
||||
simulation property to.
|
||||
mode: A string specifiying what style of initialization should be
|
||||
mode: A string specifying what style of initialization should be
|
||||
used to read the data.
|
||||
units: A string giving which unit the value is in.
|
||||
"""
|
||||
@ -97,7 +97,7 @@ class InitIndexed(InitBase):
|
||||
Args:
|
||||
value: A string which specifies what value to initialize the
|
||||
simulation property to.
|
||||
mode: A string specifiying what style of initialization should be
|
||||
mode: A string specifying what style of initialization should be
|
||||
used to read the data.
|
||||
units: A string giving which unit the value is in.
|
||||
index: Which atom to initialize the value of.
|
||||
|
||||
Reference in New Issue
Block a user