~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to Foundation/shake_math.h

  • Committer: slatham
  • Date: 2005-01-15 05:09:37 UTC
  • Revision ID: svn-v4:1ddc92f8-1f06-0410-a909-b11019f1b28a:lsmtrunk:573
Moved OpValue dependencies in CLatticeMaster to ParserLmInitialiser.cpp classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define _MYMATH_H_
3
3
 
4
4
//--- Project includes ---
5
 
#include "shake_stdefs.h"
 
5
#include "Foundation/shake_stdefs.h"
6
6
 
7
7
//--- IO includes ---
8
8
#include <iostream>
110
110
  bool operator()(const pair<T1,T2> &p1, const pair<T1,T2> &p2) const;
111
111
};
112
112
 
113
 
#include "shake_math.hpp"
 
113
#include "Foundation/shake_math.hpp"
114
114
 
115
115
#endif
116
116