diff --git a/HCStream.cpp b/HCStream.cpp index b574f57..1fa620b 100644 --- a/HCStream.cpp +++ b/HCStream.cpp @@ -151,7 +151,7 @@ void HCStream::mul() future_kernel.wait(); } catch(std::exception& e){ - std::cerr << __FILE__ << ":" << __LINE__ << "\t HCStream::copy " << e.what() << std::endl; + std::cerr << __FILE__ << ":" << __LINE__ << "\t HCStream::mul " << e.what() << std::endl; throw; } } @@ -173,7 +173,7 @@ void HCStream::add() future_kernel.wait(); } catch(std::exception& e){ - std::cerr << __FILE__ << ":" << __LINE__ << "\t HCStream::copy " << e.what() << std::endl; + std::cerr << __FILE__ << ":" << __LINE__ << "\t HCStream::add " << e.what() << std::endl; throw; } } @@ -195,7 +195,7 @@ void HCStream::triad() future_kernel.wait(); } catch(std::exception& e){ - std::cerr << __FILE__ << ":" << __LINE__ << "\t HCStream::copy " << e.what() << std::endl; + std::cerr << __FILE__ << ":" << __LINE__ << "\t HCStream::triad " << e.what() << std::endl; throw; } }