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
c54dc5a5
Commit
c54dc5a5
authored
13 years ago
by
sjplimp
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
svn://svn.icms.temple.edu/lammps-ro/trunk@6864
f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent
8ab38ece
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pair_lj_cubic.h
+7
-7
7 additions, 7 deletions
src/pair_lj_cubic.h
with
7 additions
and
7 deletions
src/pair_lj_cubic.h
+
7
−
7
View file @
c54dc5a5
...
...
@@ -27,18 +27,18 @@ namespace LAMMPS_NS {
class
PairLJCubic
:
public
Pair
{
public:
PairLJCubic
(
class
LAMMPS
*
);
virtual
~
PairLJCubic
();
virtual
void
compute
(
int
,
int
);
virtual
void
settings
(
int
,
char
**
);
~
PairLJCubic
();
void
compute
(
int
,
int
);
void
settings
(
int
,
char
**
);
void
coeff
(
int
,
char
**
);
double
init_one
(
int
,
int
);
void
write_restart
(
FILE
*
);
void
read_restart
(
FILE
*
);
virtual
void
write_restart_settings
(
FILE
*
);
virtual
void
read_restart_settings
(
FILE
*
);
virtual
double
single
(
int
,
int
,
int
,
int
,
double
,
double
,
double
,
double
&
);
void
write_restart_settings
(
FILE
*
);
void
read_restart_settings
(
FILE
*
);
double
single
(
int
,
int
,
int
,
int
,
double
,
double
,
double
,
double
&
);
pr
otec
te
d
:
pr
iva
te:
double
**
cut
,
**
cut_inner
,
**
cut_inner_sq
;
double
**
epsilon
,
**
sigma
;
double
**
lj1
,
**
lj2
,
**
lj3
,
**
lj4
;
...
...
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