aboutsummaryrefslogtreecommitdiffstats
path: root/version_ctrl.cc
blob: 9784e71f0caef80f8191ab725b46f546c887c8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <iostream>
using namespace std;
class cprt
{
public:
	cprt()
	{
	  cerr<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl;
	  cerr<<"% Flexible model fitting package      %"<<endl;
	  cerr<<"% version !!!!                        %"<<endl;
	  cerr<<"% by Gu Junhua 2012.                  %"<<endl;
	  cerr<<"% jhgu@bao.ac.cn                      %"<<endl;
	  cerr<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl;;
	    
	}

	~cprt(){}
}_cprt;