diff --git a/src/simulation/Sign.cpp b/src/simulation/Sign.cpp index 5bec677d5..7b5915d1d 100644 --- a/src/simulation/Sign.cpp +++ b/src/simulation/Sign.cpp @@ -25,6 +25,13 @@ std::string sign::getText(Simulation *sim) pressure = sim->pv[y/CELL][x/CELL]; sprintf(buff, "Pressure: %3.2f", pressure); //...pressure } + else if (!strcmp(signText,"{aheat}")) + { + float aheat = 0.0f; + if (x>=0 && x=0 && yhv[y/CELL][x/CELL]; + sprintf(buff, "%3.2f", aheat); + } else if (!strcmp(signText,"{t}")) { if (x>=0 && x=0 && ypmap[y][x])