Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DOUAR WSMP
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
HUGG
DOUAR WSMP
Commits
9bd2b9bc
Commit
9bd2b9bc
authored
13 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused declared variables
parent
fa7d767b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/do_leaf_measurements.f90
+2
-4
2 additions, 4 deletions
src/do_leaf_measurements.f90
src/embed_surface_in_octree.f90
+3
-3
3 additions, 3 deletions
src/embed_surface_in_octree.f90
with
5 additions
and
7 deletions
src/do_leaf_measurements.f90
+
2
−
4
View file @
9bd2b9bc
...
...
@@ -60,14 +60,12 @@ integer istep,iter,iter_nl
double precision
,
dimension
(:),
allocatable
::
x
,
y
,
z
,
vx
,
vy
,
vz
double precision
,
dimension
(:),
allocatable
::
dhdx
,
dhdy
,
dhdz
double precision
::
r
,
s
,
t
,
volume
,
w
double precision
::
r
,
s
,
t
,
volume
double precision
::
exx
,
eyy
,
ezz
,
exy
,
eyz
,
ezx
,
J2d
,
J3d
integer
err
,
ierr
,
nproc
,
iproc
,
k
,
i
,
iint
,
nleaves
,
mpe
integer
err
,
ierr
,
nproc
,
iproc
,
k
,
i
,
nleaves
,
mpe
double precision
,
dimension
(:),
allocatable
::
e2dtemp
,
e3dtemp
,
crittemp
,
lodetemp
double precision
,
dimension
(:),
allocatable
::
qtemp
,
dilatrtemp
character
*
72
::
shift
logical
cutcell
double precision
::
prod
!------------------------------------------------------------------------------|
!------------------------------------------------------------------------------|
...
...
This diff is collapsed.
Click to expand it.
src/embed_surface_in_octree.f90
+
3
−
3
View file @
9bd2b9bc
...
...
@@ -52,9 +52,9 @@ type (thread) threadinfo
integer
,
dimension
(:),
allocatable
::
levs
type
(
octreesolve
)
oint
integer
err
,
ierr
,
iproc
,
nproc
integer
ie
,
ilsf
,
k
,
i
double precision
xxx
,
yyy
,
zzz
,
dist
integer
ierr
,
iproc
,
nproc
integer
ie
,
ilsf
,
k
double precision
xxx
,
yyy
,
zzz
integer
ioctree_number_of_elements
external
ioctree_number_of_elements
character
*
72
::
shift
...
...
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