Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Knut Klingbeil
getm
Commits
e2d231d4
Commit
e2d231d4
authored
May 11, 2016
by
Knut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdy3d_tmrlx: fixed check for bdy3d_tmrlx_max
parent
d391ea14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/3d/m3d.F90
src/3d/m3d.F90
+2
-2
No files found.
src/3d/m3d.F90
View file @
e2d231d4
...
...
@@ -216,9 +216,9 @@
if
(
bdy3d_tmrlx_min
<
_
ZERO_
.or.
bdy3d_tmrlx_min
>
_
ONE_
)
&
call
getm_error
(
"init_3d()"
,
&
"bdy3d_tmrlx_min is out of valid range [0:1]"
)
if
(
bdy3d_tmrlx_max
<
bdy3d_tmrlx_min
.or.
bdy3d_tmrlx_m
in
>
_
ONE_
)
&
if
(
bdy3d_tmrlx_max
<
bdy3d_tmrlx_min
.or.
bdy3d_tmrlx_m
ax
>
_
ONE_
)
&
call
getm_error
(
"init_3d()"
,
&
"bdy3d_tmrlx_max is out of valid range [bdy3d_tmrlx_m
ax
:1]"
)
"bdy3d_tmrlx_max is out of valid range [bdy3d_tmrlx_m
in
:1]"
)
if
(
bdy3d_tmrlx_ucut
<
_
ZERO_
)
&
call
getm_error
(
"init_3d()"
,
&
"bdy3d_tmrlx_max is out of valid range [0:inf["
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment