1
0
Fork 0

Be a bit more descriptive on "PT_vs_hpt: ran out of layers"

Please enter the commit message for your changes. Lines starting
This commit is contained in:
Torsten Dreyer 2010-09-11 21:33:17 +02:00
parent 814daa3365
commit f3af5ae5dc

View file

@ -108,7 +108,7 @@ pair<double,double> PT_vs_hpt(
}
// Should never get here.
SG_LOG(SG_GENERAL, SG_ALERT, "PT_vs_hpt: ran out of layers");
SG_LOG(SG_GENERAL, SG_ALERT, "PT_vs_hpt: ran out of layers for h=" << hh );
return make_pair(d0, d0);
}