Tag: Module

  • Some Notes about Fortran : Module Structure with sample

    Introduction : In Modern Fortran , program is separated to a structure that have a main file and connect with multi-library , that have Module structure. This new feature is so powerful and improve development standard better before. In this picture , Main program is using 3 library module called : Module_1, Module_2, Module_3 ,…