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
63d12423
Commit
63d12423
authored
Apr 28, 2022
by
Marie bernadette Lepetit
Browse files
erreur ecriture op. Fock corrigee : ordre c-> fortran
parent
a9d8948e
Pipeline
#13546
passed with stage
in 23 minutes and 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/fock.F90
View file @
63d12423
...
...
@@ -142,8 +142,8 @@ contains
call
intblock_free
(
ax
)
if
((
prog_info
%
id_cpu
.eq.
0
)
.and.
(
prog_info
%
iprint
.gt.
1
))
then
do
i
=
ng
+1
,
ng
+
no
+
na
+
nv
do
j
=
i
,
ng
+
no
+
na
+
nv
do
i
=
ng
+1
,
ng
+
no
+
na
+
nv
write
(
f_fock
,
*
)
i
,
j
,
fock
(
i
,
j
)
enddo
enddo
...
...
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