MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Grid_Test.h
1 #ifndef GRID_TEST_H /* -*- C++ -*- */
2 #define GRID_TEST_H
3 
4 #include "Test_Common.h"
5 
6 #include "Dirs.h"
7 #include "MDist.h"
8 
9 namespace MFM {
10 
14  class Grid_Test
15  {
16  public:
17  static void Test_gridPlaceAtom();
18  };
19 } /* namespace MFM */
20 #endif /*GRID_TEST_H*/
Definition: Grid_Test.h:14