00001 00005 #pragma once 00006 00007 #include <usml/ocean/ocean.h> 00008 00009 namespace usml { 00010 namespace ocean { 00011 00014 00019 class USML_DECLSPEC ascii_profile : public data_grid<double,1> { 00020 00021 public: 00022 00023 //************************************************** 00024 // initialization 00025 00031 ascii_profile( const char* filename ) ; 00032 00033 }; 00034 00035 } // end of namespace ocean 00036 } // end of namespace usml