GeneralBrokenLines
trunk_rev46
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Pages
src
GBLpp.cpp
Go to the documentation of this file.
1
//============================================================================
2
// Name : GBLpp.cpp
3
// Author : Claus Kleinwort - DESY
4
// Version : initial development
5
// Description : General Broken Lines in C++, Ansi-style
6
//============================================================================
7
8
#include <iostream>
9
using namespace
std;
10
11
void
example1
();
12
13
int
main
() {
14
example1
();
15
return
0;
16
}
Generated on Thu Sep 20 2012 15:45:38 for GeneralBrokenLines by
1.8.1