ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ExtendedSystem.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ExtendedSystem.cpp (file contents):
Revision 458 by gezelter, Fri Apr 4 19:47:19 2003 UTC vs.
Revision 466 by gezelter, Mon Apr 7 14:30:36 2003 UTC

# Line 5 | Line 5 | ExtendedSystem::ExtendedSystem( SimInfo &info ) {
5   #include "Thermo.hpp"
6   #include "ExtendedSystem.hpp"
7  
8 < ExtendedSystem::ExtendedSystem( SimInfo &info ) {
8 > ExtendedSystem::ExtendedSystem( SimInfo* the_entry_plug ) {
9  
10    // get what information we need from the SimInfo object
11    
12 <  entry_plug = &info;
12 >  entry_plug = the_entry_plug;
13    nAtoms = entry_plug->n_atoms;
14    atoms = entry_plug->atoms;
15    nMols = entry_plug->n_mol;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines