| 81 |
|
if( have_atoms ){ |
| 82 |
|
sprintf( errMsg, |
| 83 |
|
"MoleculeStamp error, n_atoms already declared" |
| 84 |
< |
"for molecule: %s\n", |
| 84 |
> |
" for molecule: %s\n", |
| 85 |
|
name); |
| 86 |
|
return strdup( errMsg ); |
| 87 |
|
} |
| 253 |
|
return strdup( errMsg ); |
| 254 |
|
} |
| 255 |
|
else return strdup("MoleculeStamp error, nAtoms not given before" |
| 256 |
< |
"first atom declaration." ); |
| 256 |
> |
" first atom declaration." ); |
| 257 |
|
} |
| 258 |
|
|
| 259 |
|
return NULL; |
| 271 |
|
return strdup( errMsg ); |
| 272 |
|
} |
| 273 |
|
else return strdup("MoleculeStamp error, nRigidBodies not given before" |
| 274 |
< |
"first rigidBody declaration." ); |
| 274 |
> |
" first rigidBody declaration." ); |
| 275 |
|
} |
| 276 |
|
|
| 277 |
|
return NULL; |