From: Eric F. <efe...@ph...> - 2008-10-27 16:38:59
|
Hi again :) I have a question regarding the recent CVS version. Before it was possible to filter out model parameters from model species using : if (om->observablesArray[i]) { fprintf(outfile, "%g ", engine->data->value[i]); } but now the observablesArray has disappeared. How is it possible to get an output equivalent to previous version? Thanks, Eric |