Home
last modified time | relevance | path

Searched refs:allowEmptyObjects (Results 1 – 2 of 2) sorted by relevance

/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo.c2727 int oldAllow = SILO_Globals.allowEmptyObjects; in DBSetAllowEmptyObjects()
2728 SILO_Globals.allowEmptyObjects = allow; in DBSetAllowEmptyObjects()
2735 return SILO_Globals.allowEmptyObjects; in DBGetAllowEmptyObjects()
3672 if (!SILO_Globals.allowEmptyObjects) in DBAddStrComponent()
5821 if (SILO_Globals.allowEmptyObjects) in DBWriteComponent()
7457 else if (!SILO_Globals.allowEmptyObjects) in DBPutCompoundarray()
7619 else if (!SILO_Globals.allowEmptyObjects) in DBPutDefvars()
7707 else if (!SILO_Globals.allowEmptyObjects) in DBPutFacelist()
7832 else if (!SILO_Globals.allowEmptyObjects) in DBPutMaterial()
7946 else if (!SILO_Globals.allowEmptyObjects) in DBPutMatspecies()
[all …]
H A Dsilo_private.h840 int allowEmptyObjects; member