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:
parent
814daa3365
commit
f3af5ae5dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue