Skip to content
Snippets Groups Projects
Commit 5c345393 authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

Add void RemoveEmptyStocks(); This function remove the empty IV in a Stock

git-svn-id: svn+ssh://svn.in2p3.fr/class@358 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 030aafe3
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,7 @@ public : ...@@ -112,6 +112,7 @@ public :
void AddIV(IsotopicVector isotopicvector); //!< Add an Isotopicvector to the IVArray void AddIV(IsotopicVector isotopicvector); //!< Add an Isotopicvector to the IVArray
void AddToStock(IsotopicVector isotopicvector) {AddIV(isotopicvector);} //!< Add an Isotopicvector to the IVArray void AddToStock(IsotopicVector isotopicvector) {AddIV(isotopicvector);} //!< Add an Isotopicvector to the IVArray
void RemoveEmptyStocks(); //!< delete the empty Isotopicvectors contained in IVArray
//@} //@}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment