MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / SAM_MsptIph_execute

Function SAM_MsptIph_execute

api/modules/SAM_MsptIph.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "SAM_MsptIph.h"
12
13SAM_EXPORT int SAM_MsptIph_execute(SAM_table data, int verbosity, SAM_error* err){
14 return SAM_module_exec("mspt_iph", data, verbosity, err);
15}
16
17SAM_EXPORT void SAM_MsptIph_SolarResource_solar_resource_data_tset(SAM_table ptr, SAM_table tab, SAM_error *err){
18 SAM_table_set_table(ptr, "solar_resource_data", tab, err);

Callers

nothing calls this directly

Calls 1

SAM_module_execFunction · 0.85

Tested by

no test coverage detected