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
65ccea35
Commit
65ccea35
authored
9 years ago
by
Matthias Schmiddunser
Browse files
Options
Downloads
Patches
Plain Diff
Remove Warnings
parent
bb630dbd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/TRPOST/Mad_He.f90
+2
-2
2 additions, 2 deletions
src/TRPOST/Mad_He.f90
src/TRPOST/post_tracking.f90
+0
-1
0 additions, 1 deletion
src/TRPOST/post_tracking.f90
src/refine_surface.f90
+2
-2
2 additions, 2 deletions
src/refine_surface.f90
with
4 additions
and
5 deletions
src/TRPOST/Mad_He.f90
+
2
−
2
View file @
65ccea35
...
...
@@ -40,8 +40,8 @@ contains
real
(
8
)
::
D0a2rd
,
D0al2
,
D0am2
,
D0as2
,
D0z
,
D0za2
,
Da2now
,
Da2now_h
real
(
8
)
::
Da2now_l
,
Da2now_m
,
Da2then
,
Da2then_h
,
Da2then_l
,
Da2then_m
real
(
8
)
::
Dal2now
,
Dal2then
,
Dam2now
,
Dam2then
,
Das2now
,
Das2then
real
(
8
)
::
dr
,
dt
,
dt0
,
Dza2now
,
Dza2then
,
Ea
,
Eard
,
Eaz
,
Et
,
eUh
real
(
8
)
::
eUl
,
eUm
,
fact
,
fstep
,
He_h
,
He_l
,
He_m
,
P_h
,
P_l
,
P_m
,
pi
real
(
8
)
::
dr
,
dt
,
dt0
,
Dza2now
,
Dza2then
,
Ea
,
Eard
,
Eaz
,
Et
real
(
8
)
::
fact
,
fstep
,
He_h
,
He_l
,
He_m
,
P_h
,
P_l
,
P_m
,
pi
real
(
8
)
::
psi
,
R
,
S
,
temp
,
tempf
,
temps
,
Thh
,
Thhc
,
Thl
,
Thlc
,
Thm
real
(
8
)
::
Thmc
,
Uh
,
Uhc
,
Ul
,
Ulc
,
Um
,
Umc
...
...
This diff is collapsed.
Click to expand it.
src/TRPOST/post_tracking.f90
+
0
−
1
View file @
65ccea35
...
...
@@ -81,7 +81,6 @@ real(8) :: age_Rutile_U_Pb
real
(
8
)
::
age_Titanite_U_Pb
real
(
8
)
::
age_Zircon_U_Pb
integer
::
Mad_AFT_param
,
Mad_ZFT_param
integer
,
DIMENSION
(
21
)
::
Mad_He_inputs
!other variables
...
...
This diff is collapsed.
Click to expand it.
src/refine_surface.f90
+
2
−
2
View file @
65ccea35
...
...
@@ -304,8 +304,8 @@ if (params%remove_surf_pts) then
!give warning and adjust remove_list to the correct length
if
(
irem
/
=
nrem
)
then
if
(
iproc
==
0
)
then
write
(
*
,
'(a,i
,a,i
,a)'
)
'WARNING: '
,
nrem
-
irem
,
'convex hull nodes would have been removed'
write
(
8
,
'(a,i
,a,i
,a)'
)
'WARNING: '
,
nrem
-
irem
,
'convex hull nodes would have been removed'
write
(
*
,
'(a,i
3
,a)'
)
'WARNING: '
,
nrem
-
irem
,
'convex hull nodes would have been removed'
write
(
8
,
'(a,i
3
,a)'
)
'WARNING: '
,
nrem
-
irem
,
'convex hull nodes would have been removed'
end
if
if
(
irem
>
0
)
then
...
...
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