From 29badeb5a6e252676afc6d3c94963c332c2849a8 Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Mon, 18 Nov 2024 15:34:42 +0100 Subject: [PATCH] comment out methods that are not implemented --- copasi/sbml/SBMLImporter.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/copasi/sbml/SBMLImporter.h b/copasi/sbml/SBMLImporter.h index 1cd1936f19..534403dea3 100644 --- a/copasi/sbml/SBMLImporter.h +++ b/copasi/sbml/SBMLImporter.h @@ -359,7 +359,7 @@ class SBMLImporter : public SBMLUnitSupport * This function replaces the AST_FUNCTION_POWER ASTNodes in a ASTNode tree * with the AST_POWER node. */ - void replacePowerFunctionNodes(ASTNode* node); + //void replacePowerFunctionNodes(ASTNode* node); /** * This functions replaces all species nodes for species that are in the substanceOnlySpeciesVector. @@ -371,13 +371,13 @@ class SBMLImporter : public SBMLUnitSupport * Replaces all occurrences of the log function with two arguments by * a division of two separate calls to log. */ - void replaceLog(ConverterASTNode* sourceNode); + //void replaceLog(ConverterASTNode* sourceNode); /** * Replaces all occurrences of the root function with two arguments by * a call to the power function with the inverse of the first argument. */ - void replaceRoot(ConverterASTNode* sourceNode); + //void replaceRoot(ConverterASTNode* sourceNode); /** * Replaces the ids of named nodes in an ASTNode tree with @@ -616,7 +616,7 @@ class SBMLImporter : public SBMLUnitSupport /** * Creates a function definition for the delay function. */ - void createDelayFunctionDefinition(); + //void createDelayFunctionDefinition(); /** * This method goes through the list of global parameters and tries to find