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
e46dfd10
Commit
e46dfd10
authored
13 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Fixed I/O typo
parent
ba8787f3
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/VTK/post.f90
+6
-4
6 additions, 4 deletions
src/VTK/post.f90
with
6 additions
and
4 deletions
src/VTK/post.f90
+
6
−
4
View file @
e46dfd10
...
@@ -92,7 +92,7 @@ integer,dimension(:),allocatable::invoid,elvoid,rtf,ftr
...
@@ -92,7 +92,7 @@ integer,dimension(:),allocatable::invoid,elvoid,rtf,ftr
integer
myicon
(
100
),
nstep
,
ndir
,
iter
,
ii
,
lsf
,
levmax
integer
myicon
(
100
),
nstep
,
ndir
,
iter
,
ii
,
lsf
,
levmax
integer
vermajor
,
verminor
,
verstat
,
verrev
integer
vermajor
,
verminor
,
verstat
,
verrev
integer
input_vermajor
,
input_verminor
integer
input_vermajor
,
input_verminor
integer
output_vermajor
,
output_verminor
integer
output_vermajor
,
output_verminor
,
output_verstat
,
output_verrev
logical
,
dimension
(:),
allocatable
::
influid
,
do_it
,
subset_leaves
,
instrain
logical
,
dimension
(:),
allocatable
::
influid
,
do_it
,
subset_leaves
,
instrain
logical
::
nest
logical
::
nest
...
@@ -146,7 +146,7 @@ write (*,'(a)') '! 888 888 888 888 888 888 d88P 888 888 T
...
@@ -146,7 +146,7 @@ write (*,'(a)') '! 888 888 888 888 888 888 d88P 888 888 T
write
(
*
,
'(a)'
)
'! 888 .d88P Y88b. .d88P Y88b. .d88P d8888888888 888 T88b |'
write
(
*
,
'(a)'
)
'! 888 .d88P Y88b. .d88P Y88b. .d88P d8888888888 888 T88b |'
write
(
*
,
'(a)'
)
'! 8888888P" "Y88888P" "Y88888P" d88P 888 888 T88b |'
write
(
*
,
'(a)'
)
'! 8888888P" "Y88888P" "Y88888P" d88P 888 888 T88b |'
write
(
*
,
'(a)'
)
'! |'
write
(
*
,
'(a)'
)
'! |'
write
(
*
,
'(a,i1,a,i1,a,i1,a,i1,a)'
)
'! DOUAR-WSMP post-processor '
,
vermajor
,
'.'
,
verminor
,
'.'
,
verstat
,
'.'
,
verrev
,
'
|'
write
(
*
,
'(a,i1,a,i1,a,i1,a,i1,a)'
)
'!
DOUAR-WSMP post-processor
version
'
,
vermajor
,
'.'
,
verminor
,
'.'
,
verstat
,
'.'
,
verrev
,
' |'
write
(
*
,
'(a)'
)
'!------------------------------------------------------------------------------|'
write
(
*
,
'(a)'
)
'!------------------------------------------------------------------------------|'
write
(
*
,
'(a)'
)
'!------------------------------------------------------------------------------|'
write
(
*
,
'(a)'
)
'!------------------------------------------------------------------------------|'
write
(
*
,
*
)
''
write
(
*
,
*
)
''
...
@@ -297,15 +297,17 @@ write(*,'(a)') '----------------------------------------------------------------
...
@@ -297,15 +297,17 @@ write(*,'(a)') '----------------------------------------------------------------
!==============================================================================!
!==============================================================================!
!==============================================================================!
!==============================================================================!
read
(
7
,
*
)
output_vermajor
read
(
7
)
output_vermajor
,
output_verminor
,
output_verstat
,
output_verrev
read
(
7
,
*
)
output_verminor
if
(
vermajor
/
=
output_vermajor
.or.
verminor
/
=
output_verminor
)
then
if
(
vermajor
/
=
output_vermajor
.or.
verminor
/
=
output_verminor
)
then
write
(
*
,
'(a)'
)
'Error: Post-processor version and DOUAR version do not agree.'
write
(
*
,
'(a)'
)
'Error: Post-processor version and DOUAR version do not agree.'
write
(
*
,
'(a,i1,a,i1)'
)
'Post-processor version: '
,
vermajor
,
'.'
,
verminor
write
(
*
,
'(a,i1,a,i1)'
)
'Post-processor version: '
,
vermajor
,
'.'
,
verminor
write
(
*
,
'(a,i1,a,i1)'
)
'DOUAR version: '
,
output_vermajor
,
'.'
,
output_verminor
write
(
*
,
'(a,i1,a,i1)'
)
'DOUAR version: '
,
output_vermajor
,
'.'
,
output_verminor
write
(
*
,
'(a)'
)
'Unable to continue. Exiting.'
write
(
*
,
'(a)'
)
'Unable to continue. Exiting.'
stop
stop
else
write
(
*
,
'(a,i1,a,i1,a,i1,a,i1)'
)
'Reading output from DOUAR-WSMP v'
,
output_vermajor
,
'.'
,
output_verminor
,
'.'
,
output_verstat
,
'.'
,
output_verrev
endif
endif
write
(
*
,
'(a)'
)
'--------------------------------------------------------------------------'
read
(
7
)
ov
%
noctree
,
ov
%
nnode
,
ov
%
nleaves
,
ner
,
ov
%
nlsf
,
npcl
,
current_time
read
(
7
)
ov
%
noctree
,
ov
%
nnode
,
ov
%
nleaves
,
ner
,
ov
%
nlsf
,
npcl
,
current_time
nn
=
ov
%
nnode
nn
=
ov
%
nnode
...
...
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