DISPATCH
shared_mod Module Reference

This module is a placeholder for shared information, solving the problem of making a piece of information available btw any two points in the code, without having to worry about module dependency. Since this module does not depend on anything else, we can put shared information here. More...

Data Types

type  shared_t
 

Variables

type(shared_tshared
 

Detailed Description

This module is a placeholder for shared information, solving the problem of making a piece of information available btw any two points in the code, without having to worry about module dependency. Since this module does not depend on anything else, we can put shared information here.