Skip to content

Commit

Permalink
Merge pull request #50 from BconstantMMK/main
Browse files Browse the repository at this point in the history
FastS: bug fix vit_ent
  • Loading branch information
benoit128 authored Dec 2, 2024
2 parents 5a1cc2d + 2eaeff4 commit c776238
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Fast/FastS/FastS/Compute/Vit_ent/qn_ale_3dfull_i.for
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
qen= 0.
#include "FastS/Compute/Vit_ent/venti.for"
qen= tcx*ventx +tcy*venty + tcz*ventz

qn1=qp2*tcx+qp3*tcy+qp4*tcz -qen
qn2=qm2*tcx+qm3*tcy+qm4*tcz -qen
qn1=qp2*tcx+qp3*tcy+qp4*tcz -qen
qn2=qm2*tcx+qm3*tcy+qm4*tcz -qen

0 comments on commit c776238

Please sign in to comment.