PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
Namespaces | Functions
pism_options.cc File Reference
#include <cstring>
#include "pism/util/pism_options.hh"
#include "pism/util/pism_utilities.hh"
#include "pism/pism_config.hh"
#include "pism/util/Logger.hh"

Go to the source code of this file.

Namespaces

 pism
 

Functions

void pism::show_usage (const Logger &log, const std::string &execname, const std::string &usage)
 Print a usage message. More...
 
bool pism::show_usage_check_req_opts (const Logger &log, const std::string &execname, const std::vector< std::string > &required_options, const std::string &usage)
 In a single call a driver program can provide a usage string to the user and check if required options are given, and if not, end. More...