Skip to content

Commit

Permalink
add comment about perf
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Oct 22, 2024
1 parent 27d9124 commit b55866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tce/ccsd/ccsd_t2.F
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ SUBROUTINE ccsd_t2(rtdb,d_f1,d_i0,d_t1,d_t2,d_v2,
& d_i1,k_i1_offset,maxh,maxp)
CALL ccsd_t2_7_3_x(d_t2,k_t2_offset,d_v2,k_v2_offset,
& d_i1,k_i1_offset,maxh,maxp)
else if (ccsd_t2_7_alg.eq.3) then
else if (ccsd_t2_7_alg.eq.3) then ! not faster than 2
CALL ccsd_t2_7_1(d_v2,k_v2_offset,
& d_i1,k_i1_offset)
CALL ccsd_t2_7_2(d_t1,k_t1_offset,d_v2,k_v2_offset,
Expand Down

0 comments on commit b55866b

Please sign in to comment.