ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
CommandLineArgument.cpp
Go to the documentation of this file.
00001 #include "CommandLineArgument.h"
00002 
00003 CommandLineArgument::CommandLineArgument()
00004 {
00005   
00006 }
00007 
00008 CommandLineArgument::CommandLineArgument(string mFlag, int mNumberOfArguments)
00009 {
00010   flag=mFlag;
00011   numberOfArguments = mNumberOfArguments;
00012 }
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark