Skip to content
Snippets Groups Projects
AdaptBase.cc 331 B
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology 
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.


#include "AdaptBase.h"

namespace AMDiS {

  int AdaptBase::info = 10;

}