General

General

Issue: I’m getting an error: “too few arguments” for a call to the Update_Cell_Metrics function.

    • FAQFAQ
      Participant

      Resolution: Update_Cell_Metrics was changed to require 3 arguments. 1. param[in] c – cell local index in cell thread 2. param[in] t – cell thread 3. param[in] useStoredMetrics – whether face metrics is available for computation. Setting the (new) last parameter to FALSE should run the function as before. e.g.: Update_Cell_Metrics (c, tc,FALSE);