Revision 36f5b324acac508e900f74fcb6f9c7ae35fc8cbc authored by Leif Strand on 29 April 2009, 20:47:56 UTC, committed by Leif Strand on 29 April 2009, 20:47:56 UTC
1 parent 5ceef5d
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

Computing file changes ...