Changeset 720 for hodgestar/PythonCode/PyramidProblem/pyramid.py
- Timestamp:
- 02/23/10 14:49:32 (2 years ago)
- Files:
-
- 1 modified
-
hodgestar/PythonCode/PyramidProblem/pyramid.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hodgestar/PythonCode/PyramidProblem/pyramid.py
r719 r720 85 85 if good: 86 86 s.append(" No constraints violated.") 87 s.append(" Residual: %f" % np.sum(self.residuals))88 87 88 s.append(" Residual: %f" % np.sum(self.residuals)) 89 89 s.append(" -----") 90 90
