source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/radiativetransfer/src/InCloudsPropagator.cc @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 776 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: InCloudsPropagator.cc 1267 2004-12-08 10:08:23Z moreggia $
3// Sylvain Moreggia created Jun,  1 2004
4
5#include "InCloudsPropagator.hh"
6
7ClassImp(InCloudsPropagator)
8
9//_____________________________________________________________________________
10InCloudsPropagator::InCloudsPropagator() : BunchPropagator() {
11    //
12    // ctor (should not be used)
13    //
14}
15
16//_____________________________________________________________________________
17InCloudsPropagator::InCloudsPropagator(const Ground* g) : BunchPropagator(g) {
18    //
19    // ctor (should not be used)
20    //
21}
22
23//_____________________________________________________________________________
24InCloudsPropagator::~InCloudsPropagator() {
25    //
26    // dtor
27    //
28}
Note: See TracBrowser for help on using the repository browser.