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