Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ppmnumerics
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
Sbalzarini Lab
Software
Parallel Computing
PPM
ppmnumerics
Commits
6bc5b293
Commit
6bc5b293
authored
13 years ago
by
Omar Awile
Browse files
Options
Downloads
Patches
Plain Diff
removed debug output
parent
d03b8f82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mg/ppm_mg_smooth_fine.f
+0
-4
0 additions, 4 deletions
src/mg/ppm_mg_smooth_fine.f
with
0 additions
and
4 deletions
src/mg/ppm_mg_smooth_fine.f
+
0
−
4
View file @
6bc5b293
...
...
@@ -551,10 +551,6 @@ dz=dz_d
&
(
u
(
i
,
j
-1
,
k
,
isub
)
+
u
(
i
,
j
+1
,
k
,
isub
))
*
c3
+
&
&
(
u
(
i
,
j
,
k
-1
,
isub
)
+
u
(
i
,
j
,
k
+1
,
isub
))
*
c4
-
&
&
f
(
i
,
j
,
k
,
isub
))
-
u
(
i
,
j
,
k
,
isub
))
if
(
ppm_rank
.eq.
5
)
print
*
,
i
,
j
,
k
,
u
(
i
,
j
,
k
,
isub
)
if
(
ppm_rank
.eq.
5
)
print
*
,
u
(
i
-1
,
j
,
k
,
isub
),
u
(
i
+1
,
j
,
k
,
isub
)
if
(
ppm_rank
.eq.
5
)
print
*
,
u
(
i
,
j
-1
,
k
,
isub
),
u
(
i
,
j
+1
,
k
,
isub
)
if
(
ppm_rank
.eq.
5
)
print
*
,
u
(
i
,
j
,
k
-1
,
isub
),
u
(
i
,
j
,
k
+1
,
isub
)
ENDIF
ENDDO
ENDDO
...
...
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