![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 #include "CommentRecord.h" 00002 00003 using namespace std; 00004 00005 CommentRecord::CommentRecord(list<string> cardArg) 00006 :Record(cardArg) 00007 { 00008 00009 }