src/interface/tool_lt_to_golem [ Modules ]
NAME
Module tool_lt_to_golem
USAGE
use tool_lt_to_golem
DESCRIPTION
This module contains one function to build the interface between LoopTools and Golem
OUTPUT
This module exports one function: * extract -- extract the numbers contained in a string
USES
src/interface/tool_lt_to_golem/extract [ Functions ]
NAME
Subroutine extract
USAGE
call extract(chaine,tab_int)
DESCRIPTION
This routine takes a string of characters, extracts the numbers and puts them into an array
INPUTS
* chaine -- a character of unknown length * tab_int -- an integer array of rank 1 whose extend is length(chaine), it is filled with -1
SIDE EFFECTS
no side effect
RETURN VALUE
it returns an integer array of rank 1
EXAMPLE