Memosa-FVM  0.2
ContactFields.cpp
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 #include "ContactFields.h"
6 
7 ContactFields::ContactFields(const string baseName):
8  force(baseName + "force")
9 
10 {}
ContactFields(const string baseName)