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

..

parent f3b03a4a
No related branches found
No related tags found
No related merge requests found
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* axis: one axis of a coordinate frame *//
//* (C) Joachim Wuttke 1990-, v2(C++) 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//* http://apps.jcns.fz-juelich.de/frida *//
//**************************************************************************//
//! \file axis.cpp
//! \brief CAxis: one axis of a coordinate frame
#include <cstdlib>
#include <cstdio>
#include <cmath>
......
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* (C) Joachim Wuttke 1990-, v2(C++) 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//* http://apps.jcns.fz-juelich.de/frida *//
//**************************************************************************//
//! \file axis.h
//! \brief class CAxis: one axis of a coordinate frame
//! \brief CAxis: one axis of a coordinate frame
//! One axis of a coordinate system, for use in plotting.
......
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* (C) Joachim Wuttke 1990-, v2(C++) 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//* http://apps.jcns.fz-juelich.de/frida *//
//**************************************************************************//
//! \file calc.cpp
......
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* (C) Joachim Wuttke 1990-, v2(C++) 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//**************************************************************************//
//***************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* (C) Joachim Wuttke 1990-, v2(C++) 2001- *//
//* http://apps.jcns.fz-juelich.de/frida *//
//***************************************************************************//
//! \file calc.h
//! \brief NCalc::Calculator: the command-line pocket calculator
......
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* commands: main level commands *//
//* (C) Joachim Wuttke 1990-, C++ rewrite 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//* http://apps.jcns.fz-juelich.de/frida *//
//**************************************************************************//
//! \file commands.cpp
//! \brief fridaCommand: main level commands
#include <cstdlib>
#include <cstring>
#include <iostream>
......
//**************************************************************************//
//* FRIDA: flexible rapid interactive data analysis *//
//* commands: main level commands *//
//* (C) Joachim Wuttke 1990-, C++ rewrite 2001- *//
//* http://apps.jcns.fz-juelich.de *//
//* http://apps.jcns.fz-juelich.de/frida *//
//**************************************************************************//
//! \file commands.h
//! \brief fridaCommand: main level commands
bool fridaCommand( string cmd );
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