CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

testXF.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 // $Id:
3 // ---------------------------------------------------------------------------
4 
5 #include <iostream>
6 #include <assert.h>
7 
8 #include "CLHEP/Fields/XF.h"
9 
10 int main()
11 {
12  return 0;
13 }
main
int main()
Definition: testXF.cc:10