This commit is contained in:
tp 2025-06-12 15:07:21 +08:00
parent 7323da0b3b
commit 130033862c
3 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -11,8 +11,7 @@
! PURPOSE: Entry point for the console application.
!
!****************************************************************************
SUBROUTINE Mc_method( NFILENAME ,& ! //
N ,& ! //
SUBROUTINE Mc_method( N ,& ! //
Q1 ,& ! //
Q20 ,& ! //
X ,& ! //

View File

@ -127,8 +127,7 @@ SUBROUTINE XAJ( FILELEN ,&
END DO
CALL Mc_method( FILELEN ,& ! //
NODE ,& ! //
CALL Mc_method( NODE ,& ! //
Q1(I,:) ,& ! //
Q20(I) ,& ! //
X ,& ! //