Skip to content
Snippets Groups Projects
Commit f3b03a4a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

..

parent 34deaa1e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
//**************************************************************************//
//! \file axis.h
//! \brief One axis of a coordinate frame.
//! \brief class CAxis: one axis of a coordinate frame
//! One axis of a coordinate system, for use in plotting.
......
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* calc: the command-line pocket calculator *//
//* (C) Joachim Wuttke 1990-, v2(C++) 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//**************************************************************************//
//! \file calc.cpp
//! \brief NCalc::Calculator: the command-line pocket calculator
#include <string>
#include <vector>
......
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* calc: the command-line pocket calculator *//
//* (C) Joachim Wuttke 1990-, v2(C++) 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//**************************************************************************//
//! \file calc.h
//! \brief NCalc::Calculator: the command-line pocket calculator
//! API of the command-line pocket calculator.
namespace NCalc {
......
......@@ -5,7 +5,7 @@
//**************************************************************************//
//! \file frida2.cpp
//! \brief main program: initializations, command loop.
//! \brief main program: initializations, command loop
//! \mainpage FRIDA: flexible rapid interactive data analysis
//!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment