Revision e3f6845552fcf6a4ac8074d1bbd40f7f693bf5c1 authored by Eh Tan on 29 August 2007, 23:50:51 UTC, committed by Eh Tan on 29 August 2007, 23:50:51 UTC
1 parent 4b3831f
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