= INTEGER no0ci(DSCFINFO *pInfo,REAL *pEne); = NOCI <> Types are defined [[Develop/Typedef|here]]. {{{ HEADER: source/noxci/NoXci.h }}} {{{ LIB: libnoxci.a }}} {{{ SOURCE source/noxci/NoXci.cpp }}} == DSCFINFO *pInfo == Input, pointer to [[Develop/noxci/DSCFINFO|DSCFINFO]] structure == REAL *pEne == Output, the lowest energy of no0ci (save to the address). == Return Code == INTEGER, 0 if succeeded, non-zero otherwise