NanoMagMC  v0.2
Monte Carlo Simulation Software for Atomistic Models of Magnetic Materials
print_latt.hpp
Go to the documentation of this file.
1 #ifndef _PLATT
2 #define _PLATT
3 
4 #include "field_type.hpp"
5 #include <cstring>
6 
7 std::string av_latt_name(const int protocol,
8  const int var1,
9  const int var2);
10 
11 std::string sing_latt_name(const int protocol,
12  const int var1,
13  const int var2);
14 
15 #endif