/ccl

This library has functions for parsing ccl (the language used by gro) into a set of C++ objects.

Primary LanguageC++OtherNOASSERTION

CCL - Computation and Control Library
Eric Klavins, circa 2003

To compile:

    qmake
    make

This will create the file libccl.a, which can be used by other
programs (like `gro`).