#include "HeatTransmissionTester.h" int main(int argc, char* argv[]) { HeatTransmissionTester application(argc, argv); return application.run(); }