PyForTool
Python-fortran-tool
|
Classes | |
class | Applications |
Functions | |
_loopVarPHYEX (lowerDecl, upperDecl, lowerUsed, upperUsed, name, index) | |
This module implements the Applications class containing methods for high-to-moderate level transformation
|
protected |
Try to guess the name of the variable to use for looping on indexes :param lowerDecl, upperDecl: lower and upper bounds as defined in the declaration statement :param lowerUsed, upperUsed: lower and upper bounds as given in the statement :param name: name of the array :param index: index of the rank :return: the variable name of False to discard this statement
Definition at line 18 of file applications.py.