~yade-dev/yade/0.80

« back to all changes in this revision

Viewing changes to pkg/dem/CohFrictMat.cpp

  • Committer: Anton Gladky
  • Date: 2012-05-02 21:50:42 UTC
  • Revision ID: gladky.anton@gmail.com-20120502215042-v1fa9r65usqe7kfk
0.80.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*************************************************************************
 
2
*  Copyright (C) 2007 by Bruno Chareyre <bruno.chareyre@hmg.inpg.fr>     *
 
3
*  Copyright (C) 2008 by Janek Kozicki <cosurgi@berlios.de>              *
 
4
*                                                                        *
 
5
*  This program is free software; it is licensed under the terms of the  *
 
6
*  GNU General Public License v2 or later. See file LICENSE for details. *
 
7
*************************************************************************/
 
8
 
 
9
#include "CohFrictMat.hpp"
 
10
 
 
11
 
 
12
CohFrictMat::~CohFrictMat()
 
13
{
 
14
}
 
15
 
 
16
YADE_PLUGIN((CohFrictMat));
 
17
 
 
18
 
 
19