Skip to content
Snippets Groups Projects
Commit fe0d4c92 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

Compile errors fixed (2)

parent 504a3cb2
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,9 @@ std::ostringstream oss;
//- FOR DEBUG : comment out Timer and STD::COUT !!
yat::Timer t;
std::size_t time_to_write_data;
std::size_t time_to_read_data;
std::size_t time_to_copy_data;
double time_to_write_data;
double time_to_read_data;
double time_to_copy_data;
oss << "WaveForm_data::get_waveform_data( ) -> ENTERING ..." << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment