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
0a176841
Commit
0a176841
authored
8 years ago
by
Steve Plimpton
Browse files
Options
Downloads
Patches
Plain Diff
extra python_wrapper change needed for last patch
parent
3027ac92
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/my_pool_chunk.h
+1
-1
1 addition, 1 deletion
src/my_pool_chunk.h
src/python_wrapper.h
+1
-1
1 addition, 1 deletion
src/python_wrapper.h
with
2 additions
and
2 deletions
src/my_pool_chunk.h
+
1
−
1
View file @
0a176841
...
@@ -33,7 +33,7 @@ methods:
...
@@ -33,7 +33,7 @@ methods:
minchunk <= N <= maxchunk required
minchunk <= N <= maxchunk required
put(index) = return indexed chunk to pool (same index returned by get)
put(index) = return indexed chunk to pool (same index returned by get)
int size() = return total size of allocated pages in bytes
int size() = return total size of allocated pages in bytes
public var
a
ibles:
public vari
a
bles:
ndatum = total # of stored datums
ndatum = total # of stored datums
nchunk = total # of stored chunks
nchunk = total # of stored chunks
size = total size of all allocated pages in daums
size = total size of all allocated pages in daums
...
...
This diff is collapsed.
Click to expand it.
src/python_wrapper.h
+
1
−
1
View file @
0a176841
...
@@ -38,7 +38,7 @@ class Python {
...
@@ -38,7 +38,7 @@ class Python {
void
invoke_function
(
int
,
char
*
)
{}
void
invoke_function
(
int
,
char
*
)
{}
int
find
(
char
*
)
{
return
-
1
;}
int
find
(
char
*
)
{
return
-
1
;}
int
variable_match
(
char
*
,
char
*
,
int
)
{
return
-
1
;}
int
variable_match
(
char
*
,
char
*
,
int
)
{
return
-
1
;}
char
*
long_string
(
int
)
{
return
NULL
;}
};
};
}
}
...
...
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