MCPcopy Create free account
hub / github.com/Cantera/cantera / isSimpleVector

Function isSimpleVector

src/base/SolutionArray.cpp:727–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727bool isSimpleVector(const AnyValue& any) {
728 return any.isVector<double>() || any.isVector<long int>() ||
729 any.isVector<string>() || any.isVector<bool>() ||
730 any.isVector<vector<double>>() || any.isVector<vector<long int>>() ||
731 any.isVector<vector<string>>() || any.isVector<vector<bool>>();
732}
733
734void SolutionArray::setComponent(const string& name, const AnyValue& data)
735{

Callers 1

writeEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected