File: NTC_FORCE_CLASS.h

package info (click to toggle)
macromoleculebuilder 4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 118,996 kB
  • sloc: cpp: 23,722; python: 5,098; ansic: 2,101; awk: 145; perl: 144; makefile: 40; sh: 38
file content (16 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NTC_FORCE_CLASS_H_
#define NTC_FORCE_CLASS_H_
#include "SimTKmolmodel.h"
#include "BiopolymerClass.h"
#include "Utils.h"          
#include "ResidueStretchContainer.h"
#include "NTC_PARAMETER_READER.h"
#include "NTC_FORCE_CLASS.h"
#include "NtC_Class_Container.h"

class MMB_EXPORT NTC_FORCE_Class {

public:

};
#endif