forbear.f90 Source File

forbear project, Fortran (progress) B(e)ar environment.

This File Depends On

sourcefile~~forbear.f90~~EfferentGraph sourcefile~forbear.f90 forbear.f90 sourcefile~forbear_bar_object.f90 forbear_bar_object.F90 sourcefile~forbear_bar_object.f90->sourcefile~forbear.f90 sourcefile~forbear_kinds.f90 forbear_kinds.F90 sourcefile~forbear_kinds.f90->sourcefile~forbear.f90 sourcefile~forbear_kinds.f90->sourcefile~forbear_bar_object.f90 sourcefile~forbear_element_object.f90 forbear_element_object.F90 sourcefile~forbear_kinds.f90->sourcefile~forbear_element_object.f90 sourcefile~forbear_element_object.f90->sourcefile~forbear_bar_object.f90
Help

Files Dependent On This One

sourcefile~~forbear.f90~~AfferentGraph sourcefile~forbear.f90 forbear.f90 sourcefile~forbear_test.f90 forbear_test.F90 sourcefile~forbear.f90->sourcefile~forbear_test.f90
Help

Source Code


Source Code

!< **forbear** project, Fortran (progress) B(e)ar environment.

module forbear
!< **forbear** project, Fortran (progress) B(e)ar environment.
use forbear_bar_object, only : bar_object
use forbear_kinds, only : ASCII, UCS4

implicit none
private
public :: bar_object
public :: ASCII
public :: UCS4
endmodule forbear