Changeset 6c0fc0dd in OpenModelica


Ignore:
Timestamp:
2016-04-05T14:08:27+02:00 (8 years ago)
Author:
hudson <openmodelica@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
6a1e39bc
Parents:
b500b84
git-author:
ptaeuber <patrick_marcel.taeuber@…> (04/05/16 14:08:27)
git-committer:
hudson <openmodelica@…> (04/05/16 14:08:27)
Message:

Add missing comma to log-option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SimulationRuntime/c/util/omc_error.c

    r0424117e r6c0fc0dd  
    8383const char *LOG_STREAM_DESC[SIM_LOG_MAX] = {
    8484  "unknown",
    85   "this stream is always active",                       /* LOG_STDOUT */
    86   "this stream is always active",                       /* LOG_ASSERT */
    87 
    88   "additional information about dassl solver",          /* LOG_DASSL */
    89   "outputs the states at every dassl call",             /* LOG_DASSL_STATES */
    90   "additional debug information",                       /* LOG_DEBUG */
    91   "outputs information about dynamic state selection",  /* LOG_DSS */
    92   "outputs jacobian of the dynamic state selection",    /* LOG_DSS_JAC */
    93   "additional information about dynamic tearing",       /* LOG_DT */
    94   "additional information during event iteration",      /* LOG_EVENTS */
    95   "verbose logging of event system",                    /* LOG_EVENTS_V */
    96   "additional information during initialization",       /* LOG_INIT */
    97   "information from Ipopt",                             /* LOG_IPOPT */
    98   "more information from Ipopt",                        /* LOG_IPOPT_FULL*/
    99   "check jacobian matrix with Ipopt",                   /* LOG_IPOPT_JAC*/
    100   "check hessian matrix with Ipopt",                    /* LOG_IPOPT_HESSE*/
    101   "print max error in the optimization",                /* LOG_IPOPT_ERROR*/
    102   "outputs the jacobian matrix used by dassl",          /* LOG_JAC */
    103   "logging for linear systems",                         /* LOG_LS */
    104   "verbose logging of linear systems",                  /* LOG_LS_V */
    105   "logging for nonlinear systems",                      /* LOG_NLS */
    106   "verbose logging of nonlinear systems",               /* LOG_NLS_V */
    107   "logging of homotopy solver for nonlinear systems",   /* LOG_NLS_HOMOTOPY */
    108   "outputs the jacobian of nonlinear systems",          /* LOG_NLS_JAC */
    109   "tests the analytical jacobian of nonlinear systems", /* LOG_NLS_JAC_TEST */
    110   "outputs every evaluation of the residual function",  /* LOG_NLS_RES */
    111   "outputs debug information about extrapolate process",/* LOG_NLS_EXTRAPOLATE */
    112   "outputs residuals of the initialization",            /* LOG_RES_INIT */
    113   "additional information regarding real-time processes"/* LOG_RT */
    114   "additional information about simulation process",    /* LOG_SIMULATION */
    115   "additional information about solver process",        /* LOG_SOLVER */
    116   "context information during the solver process",      /* LOG_SOLVER_CONTEXT" */
    117   "final solution of the initialization",               /* LOG_SOTI */
    118   "additional statistics about timer/events/solver",    /* LOG_STATS */
    119   "additional statistics for LOG_STATS",                /* LOG_STATS_V */
     85  "this stream is always active",                        /* LOG_STDOUT */
     86  "this stream is always active",                        /* LOG_ASSERT */
     87
     88  "additional information about dassl solver",           /* LOG_DASSL */
     89  "outputs the states at every dassl call",              /* LOG_DASSL_STATES */
     90  "additional debug information",                        /* LOG_DEBUG */
     91  "outputs information about dynamic state selection",   /* LOG_DSS */
     92  "outputs jacobian of the dynamic state selection",     /* LOG_DSS_JAC */
     93  "additional information about dynamic tearing",        /* LOG_DT */
     94  "additional information during event iteration",       /* LOG_EVENTS */
     95  "verbose logging of event system",                     /* LOG_EVENTS_V */
     96  "additional information during initialization",        /* LOG_INIT */
     97  "information from Ipopt",                              /* LOG_IPOPT */
     98  "more information from Ipopt",                         /* LOG_IPOPT_FULL*/
     99  "check jacobian matrix with Ipopt",                    /* LOG_IPOPT_JAC*/
     100  "check hessian matrix with Ipopt",                     /* LOG_IPOPT_HESSE*/
     101  "print max error in the optimization",                 /* LOG_IPOPT_ERROR*/
     102  "outputs the jacobian matrix used by dassl",           /* LOG_JAC */
     103  "logging for linear systems",                          /* LOG_LS */
     104  "verbose logging of linear systems",                   /* LOG_LS_V */
     105  "logging for nonlinear systems",                       /* LOG_NLS */
     106  "verbose logging of nonlinear systems",                /* LOG_NLS_V */
     107  "logging of homotopy solver for nonlinear systems",    /* LOG_NLS_HOMOTOPY */
     108  "outputs the jacobian of nonlinear systems",           /* LOG_NLS_JAC */
     109  "tests the analytical jacobian of nonlinear systems",  /* LOG_NLS_JAC_TEST */
     110  "outputs every evaluation of the residual function",   /* LOG_NLS_RES */
     111  "outputs debug information about extrapolate process", /* LOG_NLS_EXTRAPOLATE */
     112  "outputs residuals of the initialization",             /* LOG_RES_INIT */
     113  "additional information regarding real-time processes",/* LOG_RT */
     114  "additional information about simulation process",     /* LOG_SIMULATION */
     115  "additional information about solver process",         /* LOG_SOLVER */
     116  "context information during the solver process",       /* LOG_SOLVER_CONTEXT" */
     117  "final solution of the initialization",                /* LOG_SOTI */
     118  "additional statistics about timer/events/solver",     /* LOG_STATS */
     119  "additional statistics for LOG_STATS",                 /* LOG_STATS_V */
    120120#ifdef USE_DEBUG_TRACE
    121   "enables additional output to trace call stack",      /* LOG_TRACE */
     121  "enables additional output to trace call stack",       /* LOG_TRACE */
    122122#endif
    123   "???",                                                /* LOG_UTIL*/
    124   "additional information about the zerocrossings"      /* LOG_ZEROCROSSINGS */
     123  "???",                                                 /* LOG_UTIL*/
     124  "additional information about the zerocrossings"       /* LOG_ZEROCROSSINGS */
    125125};
    126126
Note: See TracChangeset for help on using the changeset viewer.