Class NAMELIST
In: calc02.f90

This is not a module but a repository of NAMELIST group names declared in all Fortran 90/95 files

Methods

nml  

Public Instance methods

nml( a, b, n )
NAMELIST :
a :real
: 積分区間の下限
b :real
: 積分区間の上限
n :integer
: 積分区間の分割数

積分区間に関して入力を行うための NAMELIST 変数群名です.

This namelist group name is input/output in calc02.f90#calc

[Validate]