libcellml icon indicating copy to clipboard operation
libcellml copied to clipboard

Change Anaylser API: model() -> analyserModel()

Open hsorby opened this issue 3 years ago • 0 comments

   /**
     * @brief Get the analysed model.
     *
     * Get the analysed model that is the result of the model analysis. This
     * allows to retrieve some information about the type of the model, its
     * variable of integration, states, variables, equations, and whether it
     * needs some specific mathematical functions.
     *
     * @return The analysed model for the @c Model analysed by this @ref Analyser.
     */
    AnalyserModelPtr model() const;

The Analyser class has the method model() which returns an AnalyserModel. I think the method should be called analyserModel().

hsorby avatar Nov 22 '22 20:11 hsorby