Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dmm
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Archives
dmm
Commits
d40e89ef
Commit
d40e89ef
authored
10 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
4269c72c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
input.for
+6
-6
6 additions, 6 deletions
input.for
with
6 additions
and
6 deletions
input.for
+
6
−
6
View file @
d40e89ef
...
...
@@ -593,10 +593,10 @@ C FIND namelist S4
CLOSE(1)
IF (IFAIL.EQ.-1) THEN
#ifdef __GFORTRAN__
WRITE(*,*) ' Namlist S4 not found'
WRITE(*,*) ' Nam
e
list S4 not found'
WRITE(*,*) ' Program aborting'
#else
TYPE *, ' Namlist S4 not found'
TYPE *, ' Nam
e
list S4 not found'
TYPE *, ' Program aborting'
PAUSE
#endif
...
...
@@ -719,10 +719,10 @@ C FIND namelist S5
CLOSE(1)
IF (IFAIL.EQ.-1) THEN
#ifdef __GFORTRAN__
WRITE(*,*) ' Namlist S5 not found'
WRITE(*,*) ' Nam
e
list S5 not found'
WRITE(*,*) ' Program aborting'
#else
TYPE *, ' Namlist S5 not found'
TYPE *, ' Nam
e
list S5 not found'
TYPE *, ' Program aborting'
PAUSE
#endif
...
...
@@ -845,10 +845,10 @@ C FIND namelist S6
CLOSE(1)
IF (IFAIL.EQ.-1) THEN
#ifdef __GFORTRAN__
WRITE(*,*) ' Namlist S6 not found'
WRITE(*,*) ' Nam
e
list S6 not found'
WRITE(*,*) ' Program aborting'
#else
TYPE *, ' Namlist S6 not found'
TYPE *, ' Nam
e
list S6 not found'
TYPE *, ' Program aborting'
PAUSE
#endif
...
...
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