[cellml-discussion] new cellml.org website

2009-07-23 Thread James Lawson
Dear CellML community, We have given cellml.org a complete redesign and makeover. We've added some new content and updated old content, and reworked the architecture and design. We hope you like it. Please visit http://www.cellml.org and take a look. With thanks to the cellml.org web working

[cellml-discussion] CellML Metadata 1.0 Specification finalised

2009-07-23 Thread James Lawson
Dear CellML community, The CellML Metadata 1.0 specification has been in draft format for a number of years. Although we recognise that there are many changes and updates required in CellML metadata, we have decided to finalise the specification as it is, since it has not changed since 2005, a

Re: [cellml-discussion] 'Model' has pure virtual functions

2009-07-23 Thread Andrew Miller
Lucian Smith wrote: I am just starting to use the CellML DOM API in C++, and am running into problems. Everything compiled fine (I'm using v1.6), but I seem to be unable to declare 'Model' objects because they contain pure virtual functions: This code: cellml_api::Model model; Hi Lucian,

Re: [cellml-discussion] PCEnv question

2009-07-23 Thread Catherine Lloyd
Hi Dom You can identify the equation by adding "IDs" to all of the MathML namespaces and reloading the model into PCEnv. Alternatively/as well as you can right click on the name of the model in the left hand pane and click "validate". There should be a list of errors/warnings in the righ

[cellml-discussion] PCEnv question

2009-07-23 Thread Dominick Layfield
Using PCEnv 0.6rc1, I get the following error: "Equation with no id on the apply or math element" PCEnv (as far as I can see) gives no information about which equation is responsible, and the error message is absolutely unintelligible to me. Can anyone translate this error into plain English

[cellml-discussion] 'Model' has pure virtual functions

2009-07-23 Thread Lucian Smith
I am just starting to use the CellML DOM API in C++, and am running into problems. Everything compiled fine (I'm using v1.6), but I seem to be unable to declare 'Model' objects because they contain pure virtual functions: This code: cellml_api::Model model; gives me the error: src/module.c