forked from lijiext/lammps
Commit before changing branches.
This commit is contained in:
parent
2a0081d135
commit
942812a654
|
@ -66,7 +66,7 @@ FixPropelSelf::FixPropelSelf( LAMMPS *lmp, int narg, char **argv )
|
|||
fprintf(screen, "\n");
|
||||
}
|
||||
|
||||
// args: fix ID all active magnitude prop1 prop2 prop3
|
||||
// args: fix ID all propel/self magnitude prop1 prop2 prop3
|
||||
// Optional args are
|
||||
magnitude = force->numeric( FLERR, argv[3] );
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
seems-------------------------------------------------------------------
|
||||
/* ----------------------------------------------------------------------
|
||||
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
|
||||
http://lammps.sandia.gov, Sandia National Laboratories
|
||||
Steve Plimpton, sjplimp@sandia.gov
|
||||
|
|
Loading…
Reference in New Issue