Changes between Initial Version and Version 1 of Ticket #337


Ignore:
Timestamp:
Sep 20, 2011, 10:33:12 AM (13 years ago)
Author:
Kevin Milner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #337 – Description

    initial v1  
    1515{{{
    1616for (ProbEqkSource source : erf) {
    17         for (ProbEqkRupture rup : erf) {
     17        for (ProbEqkRupture rup : source) {
    1818                // do work on rup
    1919        }