CellModules
test.cpp File Reference
#include "catch.hpp"
#include "../mecacell/mecacell.h"
#include <iostream>

Go to the source code of this file.

Classes

class  VolCell
 

Macros

#define protected   public
 
#define private   public
 

Functions

bool doubleEq (double a, double b)
 
template<typename W >
void checkThatWorldssAreIdentical (W &w0, W &w1)
 
template<typename W >
void printCells (W &w)
 
 TEST_CASE ("World creation, cell additions & deletion")
 

Macro Definition Documentation

◆ private

#define private   public

Definition at line 3 of file test.cpp.

◆ protected

#define protected   public

Definition at line 2 of file test.cpp.

Function Documentation

◆ checkThatWorldssAreIdentical()

template<typename W >
void checkThatWorldssAreIdentical ( W &  w0,
W &  w1 
)

Definition at line 21 of file test.cpp.

◆ doubleEq()

bool doubleEq ( double  a,
double  b 
)

Definition at line 11 of file test.cpp.

◆ printCells()

template<typename W >
void printCells ( W &  w)

Definition at line 44 of file test.cpp.

◆ TEST_CASE()

TEST_CASE ( "World  creation,
cell additions &deletion"   
)

Definition at line 68 of file test.cpp.