#include <boost/filesystem.hpp>
#include <map>
#include <memory>
#include <string>
#include <tinyxml.h>
#include <TestException.hpp>
Go to the source code of this file.
|
class | Nektar::Metric |
| Base class for all metrics. Metric represents a test metric that can be used to evaluate the functionality or performance of a Nektar++ executable. More...
|
|
class | Nektar::MetricFactory |
| Datatype of the NekFactory used to instantiate classes derived from the Advection class. More...
|
|
|
namespace | Nektar |
| The above copyright notice and this permission notice shall be included.
|
|
◆ PortablePath()
std::string PortablePath |
( |
const boost::filesystem::path & |
path | ) |
|
Definition at line 71 of file Tester.cpp.in.
72{
73 boost::filesystem::path temp = path;
74 temp.make_preferred();
75 return temp.string();
76}
Referenced by main().