Révision 3719

TXM/trunk/bundles/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 3719)
2393 2393

  
2394 2394
			if (!skipComputing) {
2395 2395

  
2396
				// Debug
2397
				Log.finest("+++ TXMResult.compute(): " + this.getClass().getSimpleName() + ": computing result of type " + this.getClass() + "...");
2398

  
2399 2396
				// Computing requirements test
2400 2397
				if (!this.canCompute()) {
2401 2398
					Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": can not compute, missing or wrong parameters or error with parent computing, computing aborted.");
......
2432 2429
					this.computing = false;
2433 2430
					return false;
2434 2431
				}
2432
				else {
2433
					// Debug
2434
					Log.finest("+++ TXMResult.compute(): " + this.getClass().getSimpleName() + ": computing result of type " + this.getClass() + "...");
2435
				}
2435 2436
			}
2436 2437
			else {
2437 2438
				mainSubMonitor.setWorkRemaining(1);
TXM/trunk/bundles/org.txm.partition.rcp/src/org/txm/partition/rcp/editors/PartitionDimensionsEditor.java (revision 3719)
32 32
	public void __createPartControl() {
33 33

  
34 34
		// remove the compute button
35
		this.removeComputeButton();
35
		//this.removeComputeButton();
36 36
		
37 37
		// extend the tool bar
38 38
		new ToolItem(this.getToolBar(), SWT.SEPARATOR);

Formats disponibles : Unified diff