ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/FAS/src/fasmodel.cpp
Revision: 66
Committed: Tue Aug 13 16:02:26 2002 UTC (21 years, 11 months ago) by tim
File size: 164 byte(s)
Log Message:
flexible atom selection

File Contents

# User Rev Content
1 tim 66 #include <iostream>
2     #include <vector>
3     #include "fasmodel.h"
4     #include "namelist.h"
5     using namespace std;
6    
7     TFASModel::TFASModel()
8     {
9    
10     }
11    
12     TFASModel::~TFASModel()
13     {
14    
15     }