Difference between revisions of "PackageExample"

From Atlas Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
The package PackageExample won't compile, due to missing '''#include "" ''' statements in the headerfile, and missing '''use''' statements in the requirements file.
+
The package PackageExample won't compile, due to missing '''#include''' statements in the headerfile, and missing '''use''' statements in the requirements file.
 +
 
 +
==FixMe.h==
 +
This file should at least tell the code that there exist a class Trk::Perigee. So one should add the line
 +
<pre>
 +
#include ""
 +
</pre>

Revision as of 13:00, 25 October 2006

Introduction

The package PackageExample won't compile, due to missing #include statements in the headerfile, and missing use statements in the requirements file.

FixMe.h

This file should at least tell the code that there exist a class Trk::Perigee. So one should add the line

#include ""