Revision e429e26ea4276d5221858c1b43e98d3854f75cbc authored by Eh Tan on 27 September 2007, 19:33:57 UTC, committed by Eh Tan on 27 September 2007, 19:33:57 UTC
1 parent a79e4a9
Raw File
MultiC_FullSolver.py
#!/usr/bin/env python


from CoupledFullSolver import CoupledFullSolver


class MultiC_FullSolver(CoupledFullSolver):


    def initialize(self, application):
        self.myPlus2 = application.myPlus2
        self.remotePlus2 = application.remotePlus2

        CoupledFullSolver.initialize(self, application)
        return


# version
__id__ = "$Id$"

# End of file
back to top