更新 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.
!
!****************************************************************************
SUBROUTINE Mc_method( N ,& ! //
Q1 ,& ! //
Q20 ,& ! //
X ,& ! //
K ,& ! //
DETAT ,& ! //
C0 ,& ! //
C1 ,& ! //
C2 ,& ! //
Q2 ) ! //
INTEGER::NFILENAME
CHARACTER(LEN = NFILENAME)::FILENAME
SUBROUTINE Mc_method( N ,& ! //
Q1 ,& ! //
Q20 ,& ! //
X ,& ! //
K ,& ! //
DETAT ,& ! //
C0 ,& ! //
C1 ,& ! //
C2 ,& ! //
Q2 ) ! //
INTEGER::N
REAL::Q1(1000)