|
integer function | fitcoeff_1d_writefile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug) |
|
integer function | fitcoeff_2d_writefile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug) |
|
integer function | fitcoeff_3d_writefile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug) |
|
Definition at line 106 of file FitCoeff_Define.f90.
◆ fitcoeff_1d_writefile()
integer function fitcoeff_define::fitcoeff_writefile::fitcoeff_1d_writefile |
( |
type(fitcoeff_1d_type), intent(in) |
FitCoeff, |
|
|
character(*), intent(in) |
Filename, |
|
|
logical, intent(in), optional |
No_Close, |
|
|
logical, intent(in), optional |
Quiet, |
|
|
character(*), intent(in), optional |
Title, |
|
|
character(*), intent(in), optional |
History, |
|
|
character(*), intent(in), optional |
Comment, |
|
|
logical, intent(in), optional |
Debug |
|
) |
| |
|
private |
◆ fitcoeff_2d_writefile()
integer function fitcoeff_define::fitcoeff_writefile::fitcoeff_2d_writefile |
( |
type(fitcoeff_2d_type), intent(in) |
FitCoeff, |
|
|
character(*), intent(in) |
Filename, |
|
|
logical, intent(in), optional |
No_Close, |
|
|
logical, intent(in), optional |
Quiet, |
|
|
character(*), intent(in), optional |
Title, |
|
|
character(*), intent(in), optional |
History, |
|
|
character(*), intent(in), optional |
Comment, |
|
|
logical, intent(in), optional |
Debug |
|
) |
| |
|
private |
◆ fitcoeff_3d_writefile()
integer function fitcoeff_define::fitcoeff_writefile::fitcoeff_3d_writefile |
( |
type(fitcoeff_3d_type), intent(in) |
FitCoeff, |
|
|
character(*), intent(in) |
Filename, |
|
|
logical, intent(in), optional |
No_Close, |
|
|
logical, intent(in), optional |
Quiet, |
|
|
character(*), intent(in), optional |
Title, |
|
|
character(*), intent(in), optional |
History, |
|
|
character(*), intent(in), optional |
Comment, |
|
|
logical, intent(in), optional |
Debug |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: