Added lots of stuff originally from the samcode repository.

This commit is contained in:
Atgeirr Flø Rasmussen 2010-11-12 13:18:27 +01:00
commit 64ac03c4c6

View File

@ -0,0 +1,34 @@
//===========================================================================
//
// File: MiscibilityProps.cpp
//
// Created: Wed Feb 10 09:05:05 2010
//
// Author: Bjørn Spjelkavik <bsp@sintef.no>
//
// Revision: $Id$
//
//===========================================================================
#include "MiscibilityProps.hpp"
using namespace std;
namespace samcode
{
//------------------------------------------------------------------------
// Member functions
//-------------------------------------------------------------------------
/// Constructor
MiscibilityProps::MiscibilityProps()
{
}
MiscibilityProps::~MiscibilityProps()
{
}
} // namespace samcode