= INTEGER no1ci(DSCFINFO *pInfo,REAL *pEne); = Types are defined [[Develop/Typedef|here]]. NOCI <> {{{ 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 no1ci (save to the address). == Return Code == INTEGER, 0 if succeeded, non-zero otherwise