(self, methodName="runTest")
| 128 | |
| 129 | class doubleTestCase(FortranTestCase): |
| 130 | def __init__(self, methodName="runTest"): |
| 131 | FortranTestCase.__init__(self, methodName) |
| 132 | self.typeStr = "double" |
| 133 | self.typeCode = "d" |
| 134 | |
| 135 | ###################################################################### |
| 136 |