| # | Line 65 | Line 65 | void SimInfo::refreshSim(){ | |
|---|---|---|
| 65 | ||
| 66 | isError = 0; | |
| 67 | ||
| 68 | < | fInfo; | 
| 69 | < | n_atoms; | 
| 70 | < | identArray; | 
| 71 | < | n_exclude; | 
| 72 | < | excludes; | 
| 73 | < | nGlobalExcludes; | 
| 74 | < | globalExcludes; | 
| 75 | < | isError; | 
| 68 | > | // fInfo; | 
| 69 | > | // n_atoms; | 
| 70 | > | // identArray; | 
| 71 | > | // n_exclude; | 
| 72 | > | // excludes; | 
| 73 | > | // nGlobalExcludes; | 
| 74 | > | // globalExcludes; | 
| 75 | > | // isError; | 
| 76 | ||
| 77 | setFsimulation( &fInfo, &n_atoms, identArray, &n_exclude, excl, | |
| 78 | &nGlobalExcludes, globalExcludes, &isError ); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |