更新 Fortran/Mc_method.f90

This commit is contained in:
zzx 2025-06-12 15:09:37 +08:00
parent 130033862c
commit b7ec29ddd1

View File

@ -11,19 +11,16 @@
! PURPOSE: Entry point for the console application. ! PURPOSE: Entry point for the console application.
! !
!**************************************************************************** !****************************************************************************
SUBROUTINE Mc_method( N ,& ! // SUBROUTINE Mc_method( N ,& ! //
Q1 ,& ! // Q1 ,& ! //
Q20 ,& ! // Q20 ,& ! //
X ,& ! // X ,& ! //
K ,& ! // K ,& ! //
DETAT ,& ! // DETAT ,& ! //
C0 ,& ! // C0 ,& ! //
C1 ,& ! // C1 ,& ! //
C2 ,& ! // C2 ,& ! //
Q2 ) ! // Q2 ) ! //
INTEGER::NFILENAME
CHARACTER(LEN = NFILENAME)::FILENAME
INTEGER::N INTEGER::N
REAL::Q1(1000) REAL::Q1(1000)