Go to the documentation of this file.
69 int main( int argc, char **arg)
96 Error( "Input file with boxes can not be opened");
103 fprintf(stderr, "Writing samples file : %s\n", GetFileFullName(&fsamples));
106 Error( "Output file for samples can not be opened");
130 fprintf(stderr, "Use:\n");
131 fprintf(stderr, " cuiksols2samples <sols_name> <samples_name> \n");
132 fprintf(stderr, " <sols_name> the input .sol file.\n");
133 fprintf(stderr, " <samples_name> [optional] the output file for the samples.\n");
134 fprintf(stderr, " If not given <sol_nam>.links or <sol_name>.dof is used (depending on the problem parameters).\n");
137 return(EXIT_SUCCESS);
|
Follow us!