![]() |
GeneralBrokenLines
V01-11-00
|
00001 //============================================================================ 00002 // Name : GBLpp.cpp 00003 // Author : Claus Kleinwort - DESY 00004 // Version : initial development 00005 // Description : General Broken Lines in C++, Ansi-style 00006 //============================================================================ 00007 00008 #include <iostream> 00009 using namespace std; 00010 00011 void example1(); 00012 00013 int main() { 00014 example1(); 00015 return 0; 00016 }
1.7.6.1