Program Listing for File surface_station.h

Return to documentation for file (agents/surface_station.h)

#include "lupnt/agents/agent.h"

namespace lupnt {

  class SurfaceStation : public AgentWithDynamics {
  public:
    SurfaceStation(Config& agent_config);
    virtual void Log(Real time) override;
    virtual void LogCesium() override;
  };

}  // namespace lupnt