invoke.h 文件参考

Parse the input arguments as a class which can be easily extended. 更多...

#include "basic.h"
#include "seims.h"

浏览源代码.

class  InputArgs
 Parse the input arguments of SEIMS. 更多...
 

函数

void Usage (const string &appname, const string &error_msg=std::string())
 Full usage information
 

详细描述

Parse the input arguments as a class which can be easily extended.

Changelog:

  • 1. 2018-02-01 - lj - Initial implementation.
  • 2. 2018-06-06 - lj - Add parameters related to MPI version, e.g., group method.
  • 3. 2021-04-06 - lj - Add flow direction algorithm as an input argument
作者
Liangjun Zhu