Skip to content
Stefano Zaghi edited this page Jan 8, 2015 · 4 revisions

FLAP is a module library. The main core of FLAP is currently composed by one module, namely Data_Type_Command_Line_Interface.f90, where two derived types are defined:

  1. Type_Command_Line_Argument;
  2. Type_Command_Line_Interface.

The first one is a (private) back-end handling CLAs while the latter is the (public) front-end providing all you need to handle your CLI. Three auxiliary modules, IR_Precision.f90, Lib_IO_Misc.f90 and Lib_Strings.f90 are used for minor tasks. Finally, a testing program flap_test is provided showing a basic example of FLAP usage.

Examples Getting Started Advanced topics Test Driver API Documentation
[[A Taste of FLAP Taste]] Getting-Started Dig-deeper Testing-Program
Clone this wiki locally