TABLE OF CONTENTS


::pwtk::nebi::getNImages

SYNOPSIS

proc ::pwtk::nebi::getNImages {} {

PURPOSE

Return the number of explicitly specified images with ATOMIC_POSITIONS in the neb.x input.

REMARK

::pwtk::nebi::getNImages is not related and does not return the value of the "num_of_images" variable in the PATH namelist.

SOURCE

    return [llength [lsearch -all -glob [::pwtk::input::cardGetContent POSITIONS] ATOMIC_POSITIONS*] ]
}