mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 01:30:26 +08:00
8 lines
205 B
C++
8 lines
205 B
C++
// $Id: alphabet.cpp 962 2006-11-07 15:13:34Z privmane $
|
|
|
|
#include "alphabet.h"
|
|
|
|
alphabet::~alphabet(){}
|
|
// this must be here. see Effective c++ page 63 (item 14, constructors, destructors,
|
|
// assignment
|