示例#1
0
    def __init__(self,args=None):
        description="""\
Examines dictionaries in a case and tries to upgrade them to a form
that is compatible with OpenFOAM 2.0
        """
        
        UpgradeDictionariesTo17.__init__(self,
                                         args=args,
                                         description=description)