1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
3 |
* $Date: 2005/05/28 10:44:11 $ |
* $Date: 2005/08/29 09:46:13 $ |
4 |
* $Revision: 4.4 $ |
* $Revision: 5.0 $ |
5 |
* |
* |
6 |
* Header file for the algorithms used to read the techmodel data file. |
* Header file for the algorithms used to read the techmodel data file. |
7 |
*/ |
*/ |
8 |
|
|
9 |
#include "TechmodelPamelaRun.h" |
#include "TechmodelPamelaRun.h" |
10 |
#include "TechmodelAlgorithm.h" |
#include "TechmodelAlgorithm.h" |
|
#include "Exception.h" |
|
11 |
|
|
12 |
namespace pamela { |
namespace pamela { |
13 |
namespace techmodel { |
namespace techmodel { |