TABLE OF CONTENTS


::pwtk::input::cardPrint

SYNOPSIS

proc ::pwtk::input::cardPrint {name} {

PURPOSE

Print card to stdout.

ARGUMENTS

EXAMPLE

 How to print the ATOMIC_POSITIONS card:

   ::pwtk::input::cardPrint ATOMIC_POSITIONS

 This will print to stdout something like:

   ATOMIC_POSITIONS unit
     AtmSymb1  x1 y1 z1
     ...

SOURCE

    global ::pwtk::input::card ::pwtk::input::card_flags ::pwtk::input::card_content 

    clear_
    cardOut_ $name
    print_
}