MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Parity2D_4x4_Test.h
1 #ifndef PARITY2D_4X4_TEST_H /* -*- C++ -*- */
2 #define PARITY2D_4X4_TEST_H
3 
4 #include "Parity2D_4x4.h"
5 
6 namespace MFM {
7 
9  {
10  private:
11 
12  public:
13  static void Test_RunTests();
14 
15  };
16 } /* namespace MFM */
17 #endif /*PARITY2D_4X4_TEST_H*/
18 
Definition: Parity2D_4x4_Test.h:8