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
52ce93d5
Commit
52ce93d5
authored
13 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo
parent
de627aa6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/create_surfaces.f90
+3
-6
3 additions, 6 deletions
src/create_surfaces.f90
with
3 additions
and
6 deletions
src/create_surfaces.f90
+
3
−
6
View file @
52ce93d5
...
@@ -686,13 +686,10 @@ select case(surface_type)
...
@@ -686,13 +686,10 @@ select case(surface_type)
y2s
=
tan
((
theta1
+
theta2
)/
2.d0
)
y2s
=
tan
((
theta1
+
theta2
)/
2.d0
)
x0
=
sp04
x0
=
sp04
!y0w=sp05
y0w
=
sp05
+
dz1
/(
2.d0
*
psis
)
y0w
=
sp05
+
dz1
/(
2.d0
*
psis
)
y0
=
sp06
y0
=
sp06
+
dz1
/(
2.d0
*
psis
)
!y0a=y0+sp02/(2.d0*psis)
y0a
=
y0
+
dz1
/(
2.d0
*
psis
)
!y0b=y0-sp02/(2.d0*psis)
y0b
=
y0
-
dz1
/(
2.d0
*
psis
)
y0a
=
y0
+
dz1
/
psis
y0b
=
y0
y1
=
sp07
+
(
dz1
/(
2.d0
*
psis
))
*
y1s
y1
=
sp07
+
(
dz1
/(
2.d0
*
psis
))
*
y1s
y2
=
sp09
+
(
dz1
/(
2.d0
*
psis
))
*
y2s
y2
=
sp09
+
(
dz1
/(
2.d0
*
psis
))
*
y2s
...
...
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