Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/Parser/
H A Dscript_parser.cpp3541 ElementDataContainer* edc_handle = edc_local->Get(i).GetEDC(); in IdentifyCommand() local
3542 int j = edc_handle->Find("isHandle"); in IdentifyCommand()
3550 j = edc_handle->Find("Functions"); in IdentifyCommand()
3551 if ((j!=0) && edc_handle->Get(j).IsEDC()) in IdentifyCommand()
3554 ElementDataContainer* edc_registered = edc_handle->Get(j).GetEDC(); in IdentifyCommand()
3584 ElementDataContainer* edc_handle = edc_local->Get(i).GetEDC(); in IdentifyCommand() local
3585 int j = edc_handle->Find("isHandle"); in IdentifyCommand()