1 |
|
|
2 |
/* $Id:$ */ |
/* $Id$ */ |
3 |
|
|
4 |
/******************************************************* |
/******************************************************* |
5 |
* |
* |
29 |
{ |
{ |
30 |
if (blocksize<=0) |
if (blocksize<=0) |
31 |
throw TransportProblemException("Error - negative block size of transport problem."); |
throw TransportProblemException("Error - negative block size of transport problem."); |
32 |
if ((theta<0.) or (theta>1.)) |
if ((theta<0.) || (theta>1.)) |
33 |
throw TransportProblemException("Error - theta needs to be between 0. and 1.."); |
throw TransportProblemException("Error - theta needs to be between 0. and 1.."); |
34 |
|
|
35 |
m_empty=0; |
m_empty=0; |