Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ error
Function
error
include/geode/basic/logger.hpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
template < typename... Args >
90
static void error( const Args &...args )
91
{
92
log_error( absl::StrCat( args... ) );
93
}
94
95
template < typename... Args >
96
static void critical( const Args &...args )
Callers
15
save_triangulated_surface
Function · 0.85
load_tetrahedral_solid
Function · 0.85
save_polyhedral_solid
Function · 0.85
load_regular_grid
Function · 0.85
save_regular_grid
Function · 0.85
save_point_set
Function · 0.85
save_polygonal_surface
Function · 0.85
save_graph
Function · 0.85
load_polyhedral_solid
Function · 0.85
save_tetrahedral_solid
Function · 0.85
load_light_regular_grid
Function · 0.85
load_hybrid_solid
Function · 0.85
Calls
no outgoing calls
Tested by
2
check_bary_coords
Function · 0.68
test_logger
Function · 0.68