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

Function SAM_Snowmodel_execute

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

Source from the content-addressed store, hash-verified

11#include "SAM_Snowmodel.h"
12
13SAM_EXPORT int SAM_Snowmodel_execute(SAM_table data, int verbosity, SAM_error* err){
14 return SAM_module_exec("snowmodel", data, verbosity, err);
15}
16
17SAM_EXPORT void SAM_Snowmodel_PVSnowModel_snow_slide_coefficient_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