Fix misprint in comment.

This commit is contained in:
Bård Skaflestad 2012-07-20 11:36:02 +02:00
parent 8fefee7295
commit 0cfa7223c4

View File

@ -872,7 +872,7 @@ void process_grdecl(const struct grdecl *in,
/* -----------------------------------------------------------------*/ /* -----------------------------------------------------------------*/
/* (re)allocate space for and compute coordinates of nodes that /* (re)allocate space for and compute coordinates of nodes that
* arise from intesecting cells (faults) */ * arise from intersecting cells (faults) */
compute_intersection_coordinates(intersections, out); compute_intersection_coordinates(intersections, out);
free (intersections); free (intersections);