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

Function SAM_TcsgenericSolar_execute

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

Source from the content-addressed store, hash-verified

11#include "SAM_TcsgenericSolar.h"
12
13SAM_EXPORT int SAM_TcsgenericSolar_execute(SAM_table data, int verbosity, SAM_error* err){
14 return SAM_module_exec("tcsgeneric_solar", data, verbosity, err);
15}
16
17SAM_EXPORT void SAM_TcsgenericSolar_Weather_azimuth_nset(SAM_table ptr, double number, SAM_error *err){
18 translateExceptions(err, [&]{

Callers

nothing calls this directly

Calls 1

SAM_module_execFunction · 0.85

Tested by

no test coverage detected