|
LatticeYangMills
|
Utilities for opening and reading gauge field configurations from disk in parallel. More...
#include "Utils/clusterspecifier.h"#include <mpi/mpi.h>#include <cstdio>#include <algorithm>#include <boost/filesystem.hpp>#include "InputOutput/inputconf.h"#include "Math/lattice.h"#include "ParallelTools/parallel.h"
Go to the source code of this file.
Functions | |
| double | LatticeIO::ReverseFloat (const double inFloat) |
| changes the endianess of a float variable More... | |
| double | LatticeIO::ReverseDouble (const double inDouble) |
| changes the endianess of a double variable More... | |
Utilities for opening and reading gauge field configurations from disk in parallel.
Definition in file inputconf.cpp.
| double LatticeIO::ReverseDouble | ( | const double | inDouble | ) |
changes the endianess of a double variable
| inFloat | a double variable |
Definition at line 75 of file inputconf.cpp.
| double LatticeIO::ReverseFloat | ( | const double | inFloat | ) |
changes the endianess of a float variable
| inFloat | a float variable |
Definition at line 54 of file inputconf.cpp.
1.8.11