91 if (fwrite (tmp -> fragments,
sizeof(
int), tmp -> multiplicity,
fp) != tmp -> multiplicity)
return signal_error (__FILE__, __func__, __LINE__,
signal_error (__FILE__, __func__, __LINE__,
ERROR_MOL));
94 if (fwrite (tmp -> species,
sizeof(
int), this_proj -> nspec,
fp) != this_proj -> nspec)
return signal_error (__FILE__, __func__, __LINE__,
signal_error (__FILE__, __func__, __LINE__,
ERROR_MOL));
110 if (! this_proj -> modelfc)
119 if (fwrite (& this_proj -> coord -> totcoord[i],
sizeof(
int), 1,
fp) != 1)
return signal_error (__FILE__, __func__, __LINE__,
ERROR_MOL);
121 if (fwrite (this_proj -> modelfc -> mol_by_step,
sizeof(
int), this_proj -> steps,
fp) != this_proj -> steps)
return signal_error (__FILE__, __func__, __LINE__,
ERROR_MOL);
122 for (i=0; i<this_proj -> steps; i++)
124 for (j=0; j<this_proj -> modelfc -> mol_by_step[i]; j++)
133 for (i=0; i<this_proj -> steps; i++)
135 for (j=0; j< this_proj -> natomes; j++)