Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ validate_format_string()

std::string void pism::validate_format_string ( const std::string &  format)

Validate a format string. In this application a format string should contain % exactly once, followed by s (i.e. s).

Throws RuntimeError if the provided string is invalid.

Definition at line 441 of file pism_utilities.cc.

References pism::RuntimeError::formatted(), and PISM_ERROR_LOCATION.