Celeritas 0.7.0-dev.128+develop.b28f327bc
Loading...
Searching...
No Matches
Functions
OrangeTypesIO.json.hh File Reference
#include <nlohmann/json.hpp>
#include "OrangeTypes.hh"
#include "OrangeTypesIO.json.hh"
This graph shows which files directly or indirectly include this file:

Functions

template<class T >
void celeritas::from_json (nlohmann::json const &j, Tolerance< T > &value)
 Read tolerances.
 
template<class T >
void celeritas::to_json (nlohmann::json &j, Tolerance< T > const &value)
 Write tolerances.
 
template void celeritas::from_json (nlohmann::json const &, Tolerance< real_type > &)
 
template void celeritas::to_json (nlohmann::json &, Tolerance< real_type > const &)