Révision 1106
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1106) | ||
---|---|---|
1673 | 1673 |
Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": result parameters have not changed since last computing, computing skipped."); |
1674 | 1674 |
skipComputing = true; |
1675 | 1675 |
} |
1676 |
// FIXME: need to check if it's REALLY useless because the Progression is broken since the modifs |
|
1677 |
// else if (!this.isDirty()) { |
|
1678 |
// Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": result is not dirty, computing skipped."); |
|
1679 |
// skipComputing = true; |
|
1680 |
// } |
|
1681 | 1676 |
|
1682 | 1677 |
if(!skipComputing) { |
1683 | 1678 |
|
Formats disponibles : Unified diff