GRBsinglescenariomodel


GRBsinglescenariomodel

int GRBsinglescenariomodel GRBmodel *模型,
GRBmodel * * singlescenarioP)

从多场景模型中捕获单个场景。使用ScenarioNumber参数来指示要捕获哪个场景。

返回值:

非零返回值表明在提取单场景模型时发生了问题。指的是错误代码可能返回值列表的表。关于错误的详细信息可以通过调用来获得GRBgeterrormsg

参数:

模型:场景应从中提取的模型。

singlescenarioP:指向请求的单场景模型的指针应该放置的位置。