Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EELS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Karl-Michael Schindler
EELS2
Commits
b86b9327
Commit
b86b9327
authored
11 months ago
by
kamischi
Browse files
Options
Downloads
Patches
Plain Diff
Add test for epsmac
parent
c97e2244
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testprograms/EpsmacCheck.f90
+4
-3
4 additions, 3 deletions
testprograms/EpsmacCheck.f90
with
4 additions
and
3 deletions
testprograms/
t1
.f90
→
testprograms/
EpsmacCheck
.f90
+
4
−
3
View file @
b86b9327
program
t1
program
EpsmacCheck
double precision
::
epsmac
...
...
@@ -7,7 +7,7 @@ program t1
if
(
1.0d0
+
epsmac
>
1.0d0
)
goto
1
write
(
*
,
*
)
'epsmac:'
,
epsmac
! test whether th
is is a
valid replacement
! test whether th
ese are
valid replacement
s
epsmac
=
1.0d0
do
while
(
1.0d0
+
epsmac
>
1.0d0
)
...
...
@@ -15,5 +15,6 @@ program t1
enddo
write
(
*
,
*
)
'epsmac:'
,
epsmac
write
(
*
,
*
)
'epsmac:'
,
epsilon
(
1.0d0
)/
2.0d0
stop
end
program
t1
\ No newline at end of file
end
program
EpsmacCheck
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