char*open_error="\n***ERROR***\nD_STATE: failed to open state file.\n";
/* char *open_error = "\n***ERROR***\nD_STATE: failed to open state file.\n";*/
char*loading_error="\n***ERROR***\nD_STATE: state file was not read successfully. \nThe most common cause of this problem is a\ntrailing blank line in the state.in file \n";
char*loading_error="\n***ERROR***\nD_STATE: state file was not read successfully. \nThe most common cause of this problem is a\ntrailing blank line in the state.in file \n";
char*index_error="\n***ERROR***\nD_STATE: An error exists in the ordering of states values\n in the states->state[] array. This is usually caused \nby non-contiguous state definitions in the state.in file \n";