AMO-Tools-Suite  v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
All Classes Namespaces Files Functions Variables Enumerations Friends Macros Pages
main.cpp
1 #include <iostream>
2 
3 int main() {
4  std::cout << "Run 'doxygen Doxyfile.in' from the root project directory to generate documentation." << std::endl;
5  std::cout << "View the documentation by opening docs/html/index.html in a web browser." << std::endl;
6  return 0;
7 }