1 //======================================================================
2 int USERD_get_descrip_lines
12 Info << "Entering: USERD_get_descrip_lines" << endl
16 if (which_type == Z_GEOM)
18 strncpy(line1, meshName, Z_BUFL);
19 strncpy(line2, "", Z_BUFL);
23 strncpy(line1, "WHERE IS THIS LINE USED I WONDER???", Z_BUFL);
27 Info << "Leaving: USERD_get_descrip_lines" << endl