- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp
r0ac3e3 rb677ab 43 43 ASSERT(m_plottype != NULL, 44 44 "QSeisPlot::QSeisPlot() - could not find desired plottype by name "+type.toStdString()+"."); 45 //std::cout << "Type is " << type.toStdString() << ", " << m_plottype << std::endl;45 std::cout << "Type is " << type.toStdString() << ", " << m_plottype << std::endl; 46 46 47 47 //label axes
Note:
See TracChangeset
for help on using the changeset viewer.