| # | Line 54 | Line 54 | void SimInfo::refreshSim(){ | |
|---|---|---|
| 54 | ||
| 55 | ||
| 56 | isError = 0; | |
| 57 | – | setFsimulation( &fInfo, |
| 58 | – | &n_atoms, |
| 59 | – | identArray, |
| 60 | – | &n_exclude, |
| 61 | – | excludes, |
| 62 | – | &nGlobalExcludes, |
| 63 | – | globalExcludes, |
| 64 | – | &isError ); |
| 57 | ||
| 58 | + | fInfo; |
| 59 | + | n_atoms; |
| 60 | + | identArray; |
| 61 | + | n_exclude; |
| 62 | + | excludes; |
| 63 | + | nGlobalExcludes; |
| 64 | + | globalExcludes; |
| 65 | + | isError; |
| 66 | + | |
| 67 | + | setFsimulation( &fInfo, &n_atoms, identArray, &n_exclude, excludes, &nGlobalExcludes, globalExcludes, &isError ); |
| 68 | + | |
| 69 | if( isError ){ | |
| 70 | ||
| 71 | sprintf( painCave.errMsg, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |