Changeset 1441 in Sophya for trunk/SophyaProg/PrgUtil/runcxx.cc


Ignore:
Timestamp:
Mar 14, 2001, 5:25:02 PM (25 years ago)
Author:
ansari
Message:

documentation PrgUtil (fichiers .cc) pour doxygen - Reza 14/3/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/runcxx.cc

    r1341 r1441  
    1818#include "pdlmgr.h"
    1919#include "timing.h"
     20
     21/*!
     22  \ingroup PrgUtil
     23  \file runcxx.cc
     24  \brief \b runcxx: Compile and run simple C++ code using SOPHYA
     25
     26  \verbatim
     27  csh> runcxx -h
     28  SOPHYA Version  1.1 Revision 0 (V_Fev2001) -- Mar  9 2001 15:45:31 cxx
     29  runcxx : compiling and running of a piece of C++ code
     30    Usage: runcxx [-compopt CompileOptions] [-linkopt LinkOptions]
     31                  [-tmpdir TmpDirectory] [-f C++CodeFileName]
     32                  [-inc includefile] [-inc includefile ...]
     33                  [-import modulename] [-import modulename ...]
     34                  [-uarg UserArg1 UserArg2 ...]
     35   if no file name is specified, read from standard input
     36   modulenames: SkyMap, Samba, SkyT, FitsIOServer, LinAlg, IFFTW
     37  \endverbatim
     38*/
    2039
    2140typedef void (* DlFunctionOfVecStr) (vector<string> & args, int & rc);
Note: See TracChangeset for help on using the changeset viewer.