--- trunk/OOPSE/libmdtools/SimSetup.hpp 2003/07/29 16:32:06 655 +++ trunk/OOPSE/libmdtools/SimSetup.hpp 2003/07/29 16:32:37 656 @@ -18,6 +18,7 @@ class SimSetup{ (public) ~SimSetup(); void setSimInfo( SimInfo* the_info ) { info = the_info; } + void setSimInfo( SimInfo* the_info, int theNinfo ); void parseFile( char* fileName ); void createSim( void ); @@ -62,6 +63,8 @@ class SimSetup{ (public) char* inFileName; SimInfo* info; + int isInfoArray; + int nInfo; int n_components; int globalAtomIndex;