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
cdf4b77a
Commit
cdf4b77a
authored
15 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo
parent
12b3b1c5
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/create_surfaces.f90
+2
-3
2 additions, 3 deletions
src/create_surfaces.f90
with
2 additions
and
3 deletions
src/create_surfaces.f90
+
2
−
3
View file @
cdf4b77a
...
...
@@ -165,7 +165,7 @@ else
select
case
(
surface_type
)
case
(
1
,
2
,
5
,
6
,
7
,
8
,
9
,
10
,
11
)
case
(
1
,
2
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
)
! if (surface%rand) then
indix
=
1
! convex hull
...
...
@@ -484,7 +484,7 @@ double precision sp01,sp02,sp03,sp04,sp05,sp06,sp07,sp08,sp09,sp10
!------------------------------------------------------------------------------|
integer
i
double precision
delta
,
dist
,
ran
,
m
,
pi
,
x1a
,
x1b
,
x2a
,
x2b
,
y1a
,
y1b
,
y2a
,
y2b
,
zx
double precision
delta
,
dist
,
ran
,
m
,
x1a
,
x1b
,
x2a
,
x2b
,
y1a
,
y1b
,
y2a
,
y2b
,
zx
!------------------------------------------------------------------------------|
!------------------------------------------------------------------------------|
...
...
@@ -617,7 +617,6 @@ select case(surface_type)
! sp04 and 05 are y1,y2
! sp06 is the thickness
! sp07 is the slope
pi
=
atan
(
1.d0
)
*
4.d0
m
=
tan
(
sp07
*
pi
/
180.d0
)
x1a
=
sp02
+
(
sp06
/(
2.d0
*
m
))
x1b
=
sp02
-
(
sp06
/(
2.d0
*
m
))
...
...
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