Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RelaxSE
RelaxSE-Code
Commits
a9d8948e
Commit
a9d8948e
authored
Mar 03, 2022
by
Marie bernadette Lepetit
Browse files
Error in input reading for prop in CAS case
parent
9fcd48c5
Pipeline
#12708
passed with stage
in 24 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/prop.F90
View file @
a9d8948e
...
...
@@ -138,12 +138,12 @@ Program proprietes
!!$-----
!!$ --- Generation des det
!!$-----
if
(
prog_info
%
methodAct
.eq.
'cas'
)
then
det_info
%
nref0
=
comb
(
o_info
%
nact
,
g_info
%
na
)
*
comb
(
o_info
%
nact
,
g_info
%
nb
)
call
deter_init
(
ref0
,
nref0
lu
)
if
(
prog_info
%
methodAct
.eq.
'cas'
)
then
det_info
%
nref0
=
comb
(
o_info
%
nact
,
g_info
%
na
)
*
comb
(
o_info
%
nact
,
g_info
%
nb
)
call
deter_init
(
ref0
,
det_info
%
nref0
)
call
gener_cas
(
ref0
,
prog_info
,
det_info
,
g_info
,
o_info
)
else
call
deter_init
(
ref0
,
nref0
lu
)
call
deter_init
(
ref0
,
det_info
%
nref0
)
call
lect_ref0
(
ref0
,
prog_info
,
det_info
,
g_info
,
o_info
,
v_info
)
end
if
if
(
prog_info
%
id_cpu
.eq.
0
)
flush
(
f_output
)
...
...
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