copasi API
0.1
|
00001 // Begin CVS Header 00002 // $Source: /fs/turing/cvs/copasi_dev/copasi/utilities/messages.h,v $ 00003 // $Revision: 1.153.2.1 $ 00004 // $Name: Build-33 $ 00005 // $Author: gauges $ 00006 // $Date: 2010/09/23 08:23:59 $ 00007 // End CVS Header 00008 00009 // Copyright (C) 2010 by Pedro Mendes, Virginia Tech Intellectual 00010 // Properties, Inc., University of Heidelberg, and The University 00011 // of Manchester. 00012 // All rights reserved. 00013 00014 // Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual 00015 // Properties, Inc., EML Research, gGmbH, University of Heidelberg, 00016 // and The University of Manchester. 00017 // All rights reserved. 00018 00019 // Copyright (C) 2001 - 2007 by Pedro Mendes, Virginia Tech Intellectual 00020 // Properties, Inc. and EML Research, gGmbH. 00021 // All rights reserved. 00022 00023 const MESSAGES Messages[] = 00024 { 00025 // MCopasiBase 00026 {MCopasiBase + 1, "CVector (1): Memory allocation failed for '%d' bytes."}, 00027 00028 // CReadConfig 00029 {MCReadConfig + 1, "CReadConfig (1): Variable '%s' not found in '%s(%d)'."}, 00030 {MCReadConfig + 2, "CReadConfig (2): Cannot open file '%s'."}, 00031 {MCReadConfig + 3, "CReadConfig (3): Cannot read file '%s'."}, 00032 {MCReadConfig + 4, "CReadConfig (4): Cannot close file '%s'."}, 00033 {MCReadConfig + 5, "CReadConfig (5): Invalid type '%s' for Variable '%s'."}, 00034 00035 // CKinFunction 00036 {MCKinFunction + 1, "CKinFunction (1): Cannot find identifier '%s'" 00037 " in function '%s'."}, 00038 {MCKinFunction + 2, "CKinFunction (2): Missing operand in function '%s'."}, 00039 00040 // CRange 00041 {MCRange + 1, "CRange (1): Invalid range ('%d', '%d')."}, 00042 00043 // CCopasiVector 00044 {MCCopasiVector + 1, "CCopasiVector (1): Object '%s' not found."}, 00045 {MCCopasiVector + 2, "CCopasiVector (2): Object '%s' already exists."}, 00046 {MCCopasiVector + 3, "CCopasiVector (3): Index '%d' out of range (0, '%d')."}, 00047 00048 // CFunctionParameters 00049 {MCFunctionParameters + 1, "CFunctionParameters (1): The usage '%s' " 00050 "is not unique for a vector type parameter ('%d')."}, 00051 {MCFunctionParameters + 2, "CFunctionParameters (2): No parameter with " 00052 "usage '%s' with index >= '%ld'."}, 00053 00054 // CMassAction 00055 {MCMassAction + 1, "CMassAction (1): The function Mass Action reversibility " 00056 "must be either TRUE or FALSE."}, 00057 00058 // CCopasiMethod 00059 {MCCopasiMethod + 1, "CCopasiMethod (1): No parameter list " 00060 "found for name '%s' and type '%s'."}, 00061 {MCCopasiMethod + 2, "CCopasiMethod (2): Problem is not set."}, 00062 {MCCopasiMethod + 3, "CCopasiMethod (3): Model is not set in problem."}, 00063 {MCCopasiMethod + 4, "CCopasiMethod (4): Event exists. Current task '%s' is not suitable with the event."}, 00064 00065 // CReaction 00066 {MCReaction + 1, "CReaction (1): Function '%s' not found."}, 00067 {MCReaction + 2, "CReaction (2): In Reaction '%s' the compartment could not be guessed."}, 00068 {MCReaction + 3, "CReaction (3): Reaction '%s' has no substrates and no products."}, 00069 {MCReaction + 4, "CReaction (4): Only Species, Compartments or Parameter object nodes are allowed in kinetic functions."}, 00070 {MCReaction + 5, "CReaction (5): Nodes of type '%s' are not implemented yet."}, 00071 {MCReaction + 6, "CReaction (6): Nodes of type VARIABLE must not appear in an expression."}, 00072 {MCReaction + 7, "CReaction (7): Species object '%s' is neither substrate, product nor modifier to reaction '%s' but it is used in the kinetic law."}, 00073 {MCReaction + 8, "CReaction (8): Could not find variable with name '%s'."}, 00074 {MCReaction + 9, "CReaction (9): Could not find object for key '%s'."}, 00075 {MCReaction + 10, "CReaction (10): Parameter '%s' is a vector."}, 00076 {MCReaction + 11, "CReaction (11): Reaction '%s' refers to unusable Function '%s'."}, 00077 {MCReaction + 12, "CReaction (12): The reversible Reaction '%s' could not be split into two irreversible " 00078 "Reactions due to the Structure of the Kinetic Law '%s'."}, 00079 00080 // CChemEq 00081 {MCChemEq + 1, "CChemEq (1): No Substrates and no Products."}, 00082 {MCChemEq + 2, "CChemEq (2): Substrates in different Compartments."}, 00083 {MCChemEq + 3, "CChemEq (3): No Substrates and Products are in different compartments."}, 00084 00085 // CMethodParameter 00086 {MCParameter + 1, "CCopasiParameter (1): Invalid value '%f' for '%s' " 00087 "which is of type '%s'."}, 00088 {MCParameter + 2, "CCopasiParameter (2): Elevation failed, since no parameter is provided."}, 00089 {MCParameter + 3, "CCopasiParameter (3): Elevation failed, since the parameter is not of the required source type."}, 00090 {MCParameter + 4, "CCopasiParameter (4): Elevation failed, since elevation of children failed."}, 00091 {MCParameter + 5, "CCopasiParameter (5): Elevation failed, since the parameter is not member of this group."}, 00092 00093 // CTrajectoryMethod 00094 {MCTrajectoryMethod + 1, "CTrajectoryMethod (1): Hybrid simulation not " 00095 "applicable, since the stoichiometry contains a non-integer."}, 00096 {MCTrajectoryMethod + 2, "CTrajectoryMethod (2): Hybrid simulation not " 00097 "applicable, since reversible reactions exists."}, 00098 {MCTrajectoryMethod + 3, "CTrajectoryMethod (3): Hybrid simulation not " 00099 "applicable, since more than one compartment is involved."}, 00100 {MCTrajectoryMethod + 4, "CTrajectoryMethod (4): Lower Limit '%.2f' is greater than Upper Limit '%.2f'."}, 00101 {MCTrajectoryMethod + 6, "CTrajectoryMethod (6): Deterministic integration failed. " 00102 "LSODA reported:\n%s \n\nPlease see result for indications of numerical instability."}, 00103 {MCTrajectoryMethod + 7, "CTrajectoryMethod (7): Problem is not set."}, 00104 {MCTrajectoryMethod + 8, "CTrajectoryMethod (8): Problem is not a trajectory problem."}, 00105 {MCTrajectoryMethod + 9, "CTrajectoryMethod (9): Negative time steps not possible with stochastic simulation."}, 00106 {MCTrajectoryMethod + 10, "CTrajectoryMethod (10): The tau-Leap Method encountered numerical problems.\nYou can try to reduce the epsilon value."}, 00107 {MCTrajectoryMethod + 11, "CTrajectoryMethod (11): Invalid tau-value ('%.2f'). Tau must have a positive value."}, 00108 {MCTrajectoryMethod + 12, "CTrajectoryMethod (12): Internal step limit exceeded."}, 00109 {MCTrajectoryMethod + 13, "CTrajectoryMethod (13): Runge Kutta Step size must be positive in hybrid method."}, 00110 {MCTrajectoryMethod + 14, "CTrajectoryMethod (14): Use Random Seed should be 0 or 1 since it is a boolean parameter."}, 00111 {MCTrajectoryMethod + 15, "CTrajectoryMethod (15): Max Internal Steps needs to be positive."}, 00112 {MCTrajectoryMethod + 16, "CTrajectoryMethod (16): Numerical Error encountered."}, 00113 {MCTrajectoryMethod + 17, "CTrajectoryMethod (17): At least one reaction is necessary to perform stochastic simulation."}, 00114 {MCTrajectoryMethod + 18, "CTrajectoryMethod (18): The model contains a global quantity with an ODE rule.\nStochastic simulation is not possible."}, 00115 {MCTrajectoryMethod + 19, "CTrajectoryMethod (19): The model contains a global quantity with an assignment rule. \nThe value of the quantity is used in the model. \nStochastic simulation of such models is not possible with this version of COPASI."}, //obsolete 00116 {MCTrajectoryMethod + 20, "CTrajectoryMethod (20): The model contains a species with an ODE rule.\nStochastic simulation is not possible."}, 00117 {MCTrajectoryMethod + 21, "CTrajectoryMethod (21): The model contains a compartment with an ODE rule.\nStochastic simulation is not possible."}, 00118 {MCTrajectoryMethod + 23, "CTrajectoryMethod (23): The model contains events. Stochastic simulation is not possible with this version of COPASI."}, 00119 00120 // XML Package 00121 {MCXML + 1, "XML (1): Required attribute '%s' not found (line: '%d')."}, 00122 {MCXML + 2, "XML (2): XML error (line: '%d', column: '%d'): '%s'."}, 00123 {MCXML + 3, "XML (3): Unknown element '%s' encountered at line '%d'."}, 00124 {MCXML + 4, "XML (4): Unknown parameter '%s' encountered at line '%d'."}, 00125 {MCXML + 5, "XML (5): Unknown task type '%s' encountered at line '%d'."}, 00126 {MCXML + 6, "XML (6): Invalid function '%s' encountered at line '%d'."}, 00127 {MCXML + 7, "XML (7): Unknown function '%s' in reaction '%s' encountered at line '%d'."}, 00128 {MCXML + 8, "XML (8): Unknown variable '%s' in function '%s' encountered at line '%d'. " 00129 "A possible reason is that the variable is a reserved string within the function description."}, 00130 {MCXML + 9, "XML (9): The file '%s'\nis written in a newer version '%s' of the COPASI file format.\n" 00131 "This file might include features your version of COPASI does not support.\n" 00132 "To assure full compatibility please download the newest version at http://www.copasi.org."}, 00133 {MCXML + 10, "XML (10): Invalid element '<%s>' expecting '<%s>' encountered at line '%d'."}, 00134 {MCXML + 11, "XML (11): Invalid closing element '</%s>' expecting '</%s>' encountered at line '%d'."}, 00135 {MCXML + 12, "XML (12): Order '%d' out of range for variable '%s' in function '%s' encountered at line '%d'. "}, 00136 {MCXML + 13, "XML (13): Unrecognized format in file '%s'."}, 00137 {MCXML + 14, "XML (14): Local reaction parameters may no longer be used in any expression in the model. " 00138 " The following automatic corrections have been applied:\n%s" 00139 " Please note: Tasks, reports, and plots may have been affected by these changes and may no longer work as expected."}, 00140 {MCXML + 15, "XML (15): Multiple events with order '%d' encountered. The problem has been fixed." 00141 "Please verify that the automatic correction represents the intended behavior."}, 00142 {MCXML + 16, "XML (16): Unknown parameter '%s' with type '%s' encountered at line '%d'."}, 00143 {MCXML + 17, "XML (17): Invalid initial state specification encountered at line '%d'."}, 00144 {MCXML + 18, "XML (18): Unknown method '%s' encountered at line '%d' selecting default '%s'."}, 00145 00146 // CCopasiMessage 00147 {MCCopasiMessage + 1, "Message (1): No more messages."}, 00148 00149 // Configuration 00150 {MCConfiguration + 1, "Configuration (1): COPASI directory is not set. Some features might not be working correctly.\n" 00151 "Please set the environment variable COPASIDIR or use the " 00152 "command-line options \"-c COPASIDIR\" or \"--copasidir COPASIDIR\" " 00153 "to point to the COPASI installation directory."}, 00154 {MCConfiguration + 2, "Configuration (2): Configuration file '%s' found but is not readable."}, 00155 00156 // Optimization 00157 {MCOptimization + 1, "Optimization (1): Object '%s' not found."}, 00158 {MCOptimization + 2, "Optimization (2): Lower Bound '%s' not found."}, 00159 {MCOptimization + 3, "Optimization (3): Upper Bound '%s' not found."}, 00160 {MCOptimization + 4, "Optimization (4): Empty Interval ('%f', '%f') specified."}, 00161 {MCOptimization + 5, "Optimization (5): Invalid Objective Functions."}, 00162 {MCOptimization + 6, "Optimization (6): No adjustable Parameters specified."}, 00163 {MCOptimization + 7, "Optimization (7): No Task Type specified."}, 00164 {MCOptimization + 8, "Optimization (8): '%d' Function Evaluations out of '%d' failed."}, 00165 {MCOptimization + 9, "Optimization (9): '%d' Constraint Checks out of '%d' failed."}, 00166 00167 // SBML 00168 {MCSBML + 1, "SBML (1): SBML currently does not support initial times different from 0. This information will be lost in the exported file."}, 00169 {MCSBML + 2, "SBML (2): The SBML document contains no model."}, 00170 {MCSBML + 3, "SBML (3): The SBML document contains algebraic rules that were ignored. Entities determined by those rules are probably undetermined now."}, 00171 {MCSBML + 4, "SBML (4): The SBML document contains events that were ignored."}, 00172 {MCSBML + 5, "SBML (5): Compartment %s referenced by species %s does not exist."}, 00173 {MCSBML + 6, "SBML (6): Annotations in SBase element of SBML Level 1 files, this is invalid and has been ignored."}, 00174 {MCSBML + 7, "SBML (7): No initial value or initial assignment set for compartment \"%s\"."}, 00175 {MCSBML + 8, "SBML (8): Expression tree for kinetic law of reaction '%s' could not be converted."}, 00176 {MCSBML + 9, "SBML (9): Could not set function from expression in reaction '%s'."}, 00177 {MCSBML + 10, "SBML (10): COPASI does not support stoichiometric expressions."}, 00178 {MCSBML + 11, "SBML (11): Function '%s' does not start with a Lambda element."}, 00179 {MCSBML + 12, "SBML (12): Function '%s' contains invalid parameter list."}, 00180 {MCSBML + 13, "SBML (13): Could not read function definition for function '%s'."}, 00181 {MCSBML + 14, "SBML (14): Could not import function with id '%s'."}, 00182 {MCSBML + 15, "SBML (15): Could not find function with id '%s'."}, 00183 {MCSBML + 16, "SBML (16): Loop found in function. That means a function calls itself either directly or indirectly."}, 00184 {MCSBML + 17, "SBML (17): One or more single compartment reactions found where the kinetic law does not include a multiplication by the volume:\n%s"}, 00185 {MCSBML + 18, "SBML (18): Support for 'hasOnlySubstanceUnit' flag on species is experimental. Species in compartments of dimension 0 are also considered to have this flag set."}, 00186 {MCSBML + 19, "SBML (19): Spatial size units on species \"%s\" is not the same as the volume unit in the model and has been ignored."}, 00187 {MCSBML + 20, "SBML (20): Setting an initial concentration on species %s which has the 'hasOnlySubstanceUnits' flag set is not allowed."}, 00188 {MCSBML + 21, "SBML (21): Setting an initial concentration on species '%s' which is in a compartment with spatial dimensions 0 is not allowed."}, 00189 {MCSBML + 22, "SBML (22): Current versions of COPASI only supports three dimensional compartments. '%s' will be considered to be three dimensional."}, 00190 {MCSBML + 23, "SBML (23): Compartment '%s' has spatial dimensions of 0, setting dimensions to 3.\nConsidering all species in that compartment to have \"hasOnlySubstanceUnits\" flag set."}, // OBSOLETE 00191 {MCSBML + 24, "SBML (24): Units for some compartments were ignored. Units might be displayed incorrectly.\nCompartments: %s"}, 00192 {MCSBML + 25, "SBML (25): Units for some species were ignored. Units might be displayed incorrectly.\nSpecies: %s"}, 00193 {MCSBML + 26, "SBML (26): Units for some parameters were ignored. Units might be displayed incorrectly.\nParameters: %s"}, 00194 {MCSBML + 27, "SBML (27): Error in kinetic law for reaction '%s'."}, 00195 {MCSBML + 28, "SBML (28): Error in function definition with id '%s'."}, 00196 {MCSBML + 29, "SBML (29): Unable to handle reactions with the 'fast' flag set.\nThe flag has been set to false in the following reactions:\n%s"}, 00197 {MCSBML + 30, "SBML (30): Can't handle units of type item with scale set to 1.\n If this file was created with COPASI RC1 or older please see the COPASI FAQ."}, 00198 {MCSBML + 31, "SBML (31): %s are currently only supported for global parameters."}, // OBSOLETE 00199 {MCSBML + 32, "SBML (32): Error in %s variable id '%s' does not specify a compartment, species or global parameter."}, 00200 {MCSBML + 33, "SBML (33): Error: %s is not allowed for local parameter '%s'."}, 00201 {MCSBML + 34, "SBML (34): Error: %s is not allowed for local constant '%s' identified by id '%s'."}, 00202 {MCSBML + 35, "SBML (35): Error: Only one AssignmentRule or RateRule is allowed for id '%s'."}, 00203 {MCSBML + 36, "SBML (36): COPASI does not support time delays. Calculations on this model will most likely lead to unusable results."}, 00204 {MCSBML + 37, "SBML (37): The id '%s' is used in the expression of a rule, although it is later defined by a rule itself."}, 00205 {MCSBML + 38, "SBML (38): Only references to compartment volumes, species concentrations, global parameter values or the time are allowed in SBML rule expressions."}, 00206 {MCSBML + 39, "SBML (39): Object with id \"%s\" referenced in kinetic law, but no object with that id found in model."}, 00207 {MCSBML + 40, "SBML (40): LIBSBML %s %d at line %d column %d: %s."}, 00208 {MCSBML + 41, "SBML (41): No initial value set for species \"%s\". Setting initial concentration to 1.0."}, 00209 {MCSBML + 42, "SBML (42): No initial value set for local parameter \"%s\"."}, 00210 {MCSBML + 43, "SBML (43): No initial value set for global parameter \"%s\". Setting initial value to 1.0"}, 00211 {MCSBML + 44, "SBML (44): Substance unit in kinetic law for some reactions were ignored. Units might be displayed incorrectly.\nReactions: %s"}, 00212 {MCSBML + 45, "SBML (45): Compartment \"%s\" does not set the initial volume. Volume has been set to 1.0."}, 00213 {MCSBML + 46, "SBML (46): COPASI has changed the following function definitions to take the time as an additional argument instead of the function being directly or indirectly dependent on time:\n \"%s\" ."}, 00214 {MCSBML + 47, "SBML (47): COPASI found a call to the function \"%s\" which has not been defined."}, 00215 {MCSBML + 48, "SBML (48): Initial assignments ignored because they are not supported yet."}, // OBSOLETE 00216 {MCSBML + 49, "SBML (49): Constraints ignored because they are not supported yet."}, 00217 {MCSBML + 50, "SBML (50): Could not open file \"%s\"."}, 00218 {MCSBML + 51, "SBML (51): The species \"%s\" is defined by a rate rule and its compartments volume is variable. COPASI will probably interpret this incorrectly."}, 00219 {MCSBML + 52, "SBML (52): The species \"%s\" is defined by a rate expression and its compartments volume is variable. The way COPASI interprets this is differently from the way SBML does."}, 00220 {MCSBML + 53, "SBML (53): The time units of kinetic laws in some reactions were ignored. Units might be displayed incorrectly.\nReactions: %s"}, 00221 {MCSBML + 54, "SBML (54): Error while importing %s unit with id \"%s\"."}, 00222 {MCSBML + 55, "SBML (55): Could not find unit definition for unit with id \"%s\" used in \"%s\" attribute of %s with id \"%s\"."}, 00223 {MCSBML + 56, "SBML (56): There was a problem with the kinetic law in reaction \"%s\". Make sure the math element is not empty."}, 00224 {MCSBML + 57, "SBML (57): %s defined for object with id \"%s\", but the corresponding object could not be found. Ignoring assignment."}, 00225 {MCSBML + 58, "SBML (58): %s for object with id \"%s\" does not set a mathematical expression. Ignoring assignment."}, 00226 {MCSBML + 59, "SBML (59): Error while importing InitialAssignment for object with id \"%s\". Ignoring assignment."}, 00227 {MCSBML + 60, "SBML (60): Error while exporting %s for %s with name \"%s\"."}, 00228 {MCSBML + 61, "SBML (61): Error while expanding function calls in mathematical expression for %s."}, 00229 {MCSBML + 62, "SBML (62): Error while replacing unsupported elements in mathematical expression for %s."}, 00230 {MCSBML + 63, "SBML (63): Initial assignment for %s \"%s\" can not be exported to SBML Level 2 Version 1."}, 00231 {MCSBML + 64, "SBML (64): One or more stoichiometric expressions were evaluated and converted to constants values."}, 00232 {MCSBML + 65, "SBML (65): The stoichiometric expression for a species reference for species \"%s\" in reaction \"%s\" could not be evaluated. The value has therefore been set to 1.0."}, 00233 {MCSBML + 66, "SBML (66): COPASI was not able to import the global %s unit. Unit has been set to %s."}, 00234 {MCSBML + 67, "SBML (67): Metaid \"%s\" is not unique, please check the metaids."}, 00235 {MCSBML + 68, "SBML (68): Id \"%s\" is not unique, please check the ids in your SBML file."}, 00236 {MCSBML + 69, "SBML (69): MIRIAM annotations can't currently be exported to SBML.\nIf you have added new MIRIAM annotations to model elements or changed existing annotations, those changes will not be present in the exported SBML file.\nTo conserve your changes, please consider saving the model as a COPASI file."}, 00237 {MCSBML + 70, "SBML (70): Could not export mathematical expression for %s in %s with name \"%s\"."}, 00238 {MCSBML + 71, "SBML (71): The time units of some events were ignored. Since ids on event are optional, only those events with ids are listed below. Units might be displayed incorrectly.\nEvents: %s"}, 00239 {MCSBML + 72, "SBML (72): Error in event assignment. Event assignments may only assign values to compartments, species or global parameters, object with id \"%s\" is neither compartment, species or global parameter. Ignoring assignment."}, 00240 {MCSBML + 73, "SBML (73): Could not export %s. %s has been ignored."}, 00241 {MCSBML + 74, "SBML (74): Invalid id \"%s\" found in an expression."}, 00242 {MCSBML + 75, "SBML (75): Invalid id RDF/XML found and corrected."}, 00243 {MCSBML + 76, "SBML (76): Unable to resolve dependencies for the following function definitions:\n%s."}, 00244 {MCSBML + 77, "SBML (77): Event \"%s\" is defined to calculate the event assignments after the delay. This can not be expressed in SBML Level %d Version %d. Exporting to this version of SBML will change the semantics of the model."}, 00245 {MCSBML + 78, "SBML (78): All %s units that are used in the file are identical, but they differ from the global default %s unit. Global default %s unit is therefore being used."}, 00246 {MCSBML + 79, "SBML (79): COPASI was not able to handle the %s unit for %s with id \"%s\". The unit has been ignored."}, 00247 {MCSBML + 80, "SBML (80): Reaction \"%s\" referenced in an expression, although the reaction has no kinetic law."}, 00248 {MCSBML + 81, "SBML (81): Reference to reaction with id \"%s\" found in a mathematical expression. This is only valid in SBML Level 2 Version 2 or newer."}, 00249 {MCSBML + 82, "SBML (82): SBML compartment with id \"%s\" has invalid spatial dimensions value."}, 00250 {MCSBML + 83, "SBML (83): SBML species \"%s\" is located in zero dimensional compartment and can not have the spatialDimensionsUnits attribute set."}, 00251 {MCSBML + 84, "SBML (84): The spatialSizeUnit attribute was deleted from some species because the attribute is not compatible with the exported version of SBML. This might have changed the model. Changed species: %s"}, 00252 {MCSBML + 85, "SBML (85): Call to delay function used in function definition \"%s\". COPASI can't import this model."}, 00253 {MCSBML + 86, "SBML (86): COPASI found calls to the delay function in one or more reaction kinetics. These calls have been replaced by a reference to a global parameter which has an expression that corresponds to the original delay call."}, 00254 {MCSBML + 87, "SBML (87): Reactions with references to local kinetic parameters found in delay calls.\nLocal parameters in the following reactions have been converted to global variables:\n%s"}, 00255 {MCSBML + 88, "SBML (88): Reaction with id \"%s\" referenced in kinetic law for reaction with id \"%s\".\nCOPASI can not handle references to reaction fluxes in kinetic laws.\nPlease modify your model to use global parameters which reference the reaction id instead of referencing the reaction id directly."}, 00256 {MCSBML + 89, "SBML (89): Reaction with id \"%s\" has non-integer dimensionality. This is currently not supported by COPASI. COPASI will assume that the compartment is three dimensional."}, 00257 {MCSBML + 90, "SBML (90): Reaction with id \"%s\" has no spatial dimensions set. COPASI will assume that the compatment is three dimenional."}, 00258 {MCSBML + 91, "SBML (91): The default %s unit has not been set in the model. COPASI will use %s as the default %s unit."}, 00259 {MCSBML + 92, "SBML (92): The default extends unit has not been set in the model or differs from the substance default units. COPASI will assume that the extends units are the same as the substance units."}, 00260 {MCSBML + 93, "SBML (93): The model uses units on numbers which COPASI currently can't handle. Please be aware that the display of units in COPASI might therefore be incorrect,"}, 00261 {MCSBML + 94, "SBML (94): %s for species reference found in model. Only initial assignments to species references are currently supported in COPASI. The %s has been ignored. The results produced by this model might therefore not be what you expect."}, 00262 {MCSBML + 95, "SBML (95): The model uses species reference ids in mathematical expressions. This model can currently not be imported by COPASI."}, 00263 00264 {MCTrajectoryProblem + 1, "CTrajectoryProblem (1): Invalid step size = '%f'."}, 00265 {MCTrajectoryProblem + 2, "CTrajectoryProblem (2): The step number '%f' " 00266 "exceeds the limit. The step number and step size have been adjusted to avoid over flow."}, 00267 {MCTrajectoryProblem + 3, "CTrajectoryProblem (3): The step size '%f' " 00268 "is to small for the machine accuracy. The step number and step size have been adjusted."}, 00269 00270 // Directory Entries 00271 {MCDirEntry + 1, "DirEntry (1): Directory entry '%s' already exists."}, 00272 {MCDirEntry + 2, "DirEntry (2): Directory entry '%s' is read-only."}, 00273 {MCDirEntry + 3, "DirEntry (3): Opening file '%s' for writing failed."}, 00274 00275 // MathML 00276 {MCMathML + 1, "MathML (1): Unsupported element '%s'."}, 00277 {MCMathML + 2, "MathML (2): Unknown element in MathML expression."}, 00278 {MCMathML + 3, "MathML (3): MINUS operator can only have one or two arguments."}, 00279 {MCMathML + 4, "MathML (4): DIVIDE and POWER operator can only have 2 arguments."}, 00280 00281 // Function 00282 {MCFunction + 1, "Function (1): Parser error after position: '%d'."}, 00283 {MCFunction + 2, "Function (2): Lexer error after position: '%d'."}, 00284 {MCFunction + 3, "Function (3): Compile error after position: '%d'."}, 00285 {MCFunction + 4, "Function (4): Circular dependency detected."}, 00286 00287 {MCEvaluationNodeObject + 1, "CEvaluationNodeObject (1): Only references to compartment, species, parameters and reaction are allowed in expression."}, 00288 00289 {MCCopasiTask + 1, "CCopasiTask (1): No problem defined for task '%s'."}, 00290 {MCCopasiTask + 2, "CCopasiTask (2): No model associated for task '%s'."}, 00291 {MCCopasiTask + 3, "CCopasiTask (3): No method defined for task '%s'."}, 00292 {MCCopasiTask + 4, "CCopasiTask (4): Error compiling model '%s'."}, 00293 {MCCopasiTask + 5, "CCopasiTask (5): No output file defined for report of task '%s'."}, 00294 {MCCopasiTask + 6, "CCopasiTask (6): Requested output object:\n '%s'\n not found. It will be ignored."}, 00295 {MCCopasiTask + 7, "CCopasiTask (7): Problems compiling output."}, 00296 00297 {MCSteadyState + 1, "CSteadyState (1): The model is explicitly time dependent. " 00298 "Therefore, the calculation of a steady state using the Newton method is not very meaningful."}, 00299 00300 {MCFitting + 1, "CFitting (1): Failed to determine work area size for matrix inversion. " 00301 "dsytrf returned with error '%d'."}, 00302 {MCFitting + 2, "CFitting (2): Failed to invert Fisher information matrix. " 00303 "dsytrf returned with error '%d'."}, 00304 {MCFitting + 3, "CFitting (3): No column with type 'Time' specified for a time course experiment '%s'."}, 00305 {MCFitting + 4, "CFitting (4): Insufficient experimental data (columns requested '%d', columns found '%d')."}, 00306 {MCFitting + 5, "CFitting (5): Incomplete data mapping, column '%d' must be mapped."}, 00307 {MCFitting + 6, "CFitting (6): Object '%s' in column '%d' has no numeric value."}, 00308 {MCFitting + 7, "CFitting (7): Insufficient experimental data (rows requested '%d', rows found '%d')."}, 00309 {MCFitting + 8, "CFitting (8): Failure reading file '%s'."}, 00310 {MCFitting + 9, "CFitting (9): Experiment '%s' has no data rows."}, 00311 {MCFitting + 10, "CFitting (10): Experiment '%s' has no dependent data."}, 00312 {MCFitting + 11, "CFitting (11): Missing independent data for Experiment '%s' in row '%d', column '%d'."}, 00313 {MCFitting + 12, "CFitting (12): The Fisher information matrix is singular. Therefore, the " 00314 "correlation matrix can not be calculated."}, 00315 {MCFitting + 13, "CFitting (13): Not enough memory available to calculate the Fisher Information Matrix."}, 00316 00317 // CCopasiObject 00318 {MCObject + 1, "CObject (1): Circular dependencies detected for object '%s'."}, 00319 00320 // Lyapunov exponents 00321 {MCLyap + 1, "CLyapMethod (1): Problem is not a Lyapunov exponent problem."}, 00322 {MCLyap + 2, "CLyapMethod (2): Neither an exponent nor divergence is requested. Nothing to do."}, 00323 {MCLyap + 3, "CLyapMethod (3): Only %d exponents can be calculated for this model because the model has only %d independent variables."}, 00324 {MCLyap + 4, "CLyapMethod (4): Transient time is larger than overall time."}, 00325 {MCLyap + 5, "CLyapMethod (5): Orthonormalization interval is larger than overall time."}, 00326 00327 // CODEExporter 00328 {MCODEExporter + 1, "CODEExporter (1): Length of exporting line exceeds 1000 characters."}, 00329 {MCODEExporter + 2, "CODEExporter (2): The export was incomplete since the model depends on model" 00330 "quantities, which can currently not be exported."}, 00331 00332 {MCRegistration + 1, "CRegistration (1): Invalid registration code."}, 00333 {MCRegistration + 2, "CRegistration (2): Email and/or user name do not match registration code."}, 00334 {MCRegistration + 3, "CRegistration (3): Trial license expired on: '%s'."}, 00335 00336 // CTSSAMethod 00337 {MCTSSAMethod + 1, "CTSSAMethod (1): Deterministic integration failed. " 00338 "LSODA reported:\n%s \n\nPlease see result for indications of numerical instability."}, 00339 {MCTSSAMethod + 2, "CTSSAMethod (2): Problem is not a time scale separation analysis problem."}, 00340 {MCTSSAMethod + 3, "CTSSAMethod (3): Internal step limit exceeded."}, 00341 {MCTSSAMethod + 4, "CTSSAMethod (4): Numerical Error encountered."}, 00342 {MCTSSAMethod + 5, "CILDMMethod (5): Problems with calculation of Jacobi matrix at time t='%f'."}, 00343 {MCTSSAMethod + 6, "CILDMMethod (6): At time t='%f' all eigen values are positive. No reduction is possible."}, 00344 {MCTSSAMethod + 7, "CILDMMethod (7): Problems with calculation of Sylvester equation for the mode number '%d' at time t='%f'."}, 00345 {MCTSSAMethod + 8, "CILDMMethod (8): At time t='%f' no reduction is possible"}, 00346 {MCTSSAMethod + 9, "CILDMModifiedMethod (9): Problems with calculation of Jacobi matrix at time t='%f'."}, 00347 {MCTSSAMethod + 10, "CILDMModifiedMethod (10): At time t='%f' all eigen values are positive. No reduction is possible."}, 00348 {MCTSSAMethod + 11, "CILDMModifiedMethod (11): At time t='%f' no reduction is possible."}, 00349 {MCTSSAMethod + 12, "CCSPMethod (12): At time t='%f' no reduction is possible."}, 00350 {MCTSSAMethod + 13, "CTSSAMethod (13): Number of compartments has to be exactly one. "}, 00351 {MCTSSAMethod + 14, "CTSSAMethod (14): The problem is not valid for this method: the metabolites determined by assigments or ODE are presenting. "}, 00352 {MCTSSAMethod + 15, "CTSSAMethod (15): At time t='%f' the fastest of slow modes has positive eigen value. "}, 00353 {MCTSSAMethod + 16, "CTSSAMethod (16): This method is not applicable for a system with more than one compartment. "}, 00354 {MCTSSAMethod + 17, "CTSSAMethod (17): In this version of Copasi the CSP Method only supports compartments with equal size "}, 00355 00356 // CTSSAProblem 00357 {MCTSSAProblem + 1, "CTSSAProblem (1): Invalid step size = '%f'."}, 00358 {MCTSSAProblem + 2, "CTSSAProblem (2): The step number '%f' " 00359 "exceeds the limit. The step number and step size have been adjusted to avoid over flow."}, 00360 {MCTSSAProblem + 3, "CTSSAProblem (3): The step size '%f' " 00361 "is to small for the machine accuracy. The step number and step size have been adjusted."}, 00362 00363 {MCEigen + 1, "CEigen (1): Invalid argument '%d' for dgees."}, 00364 {MCEigen + 2, "CEigen (2): Failed to compute Eigen value with index '%d'."}, 00365 {MCEigen + 3, "CEigen (3): Unable to sort Eigen values."}, 00366 {MCEigen + 4, "CEigen (4): Eigen values do not satisfy selection criteria after reordering."}, 00367 00368 {MCMiriam + 1, "CMiriam (1): Problem parsing RDF at line '%d', column '%d':\n %s"}, 00369 {MCMiriam + 2, "CMiriam (2): Namespace prefix redefinition for '%s' from '%s' to '%s'."}, 00370 {MCMiriam + 3, "CMiriam (3): Updating the MIRIRAM resource information failed. " 00371 "Please try again. The server responded: \n%s \n%s"}, 00372 00373 // Messages generated by the mathematical model an all its classes. 00374 {MCMathModel + 1, "CMathModel (1): Simultaneous event assignments encountered. The simulation cannot " 00375 "continue."}, 00376 {MCMathModel + 2, "CMathModel (2): The execution time '%d' of an event is before the current" 00377 " time '%d' due to a negative delay."}, 00378 00379 //CModelMerging 00380 {MCModelMerging + 1, "CModelMerging (1): An error has occurred while constructing the temporary (joined) data model."}, 00381 {MCModelMerging + 2, "CModelMerging (2): Failed while merging the species \"%s\" with the species \"%s\" . "}, 00382 00383 //CModelExpansion 00384 {MCModelExpansion + 1, "CModelExpansion (1): An error has occurred while creation of the array of compartments."}, 00385 {MCModelExpansion + 2, "CModelExpansion (2): Negative number of copies ."}, 00386 00387 //CEFMAnalysis 00388 {MCEFMAnalysis + 1, "CEFMAnalysis (1): Invalid task."}, 00389 {MCEFMAnalysis + 2, "CEFMAnalysis (2): Invalid problem."}, 00390 {MCEFMAnalysis + 3, "CEFMAnalysis (3): Non integer stoichiometry found for reaction '%s'."}, 00391 00392 {MCLayout + 1, "CLayout (1): Could not open image file '%s'."}, 00393 // This must be the last element of the message list! Do not delete! 00394 {0, NULL} 00395 };