Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ tvalue
Function
tvalue
test_problems/cathermo/testWaterTP/testWaterSSTP.cpp:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
using namespace Cantera;
7
8
double tvalue(double val, double atol = 1.0E-9)
9
{
10
double rval = val;
11
if (fabs(val) < atol) {
12
rval = 0.0;
13
}
14
return rval;
15
}
16
17
int main()
18
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected