Skip to content
Snippets Groups Projects
Select Git revision
  • ec5baf0e268089f2cc1e7f1f088214b5ceb7685f
  • master default protected
  • github/fork/hrani/master
  • github/fork/dilawar/master
  • chamcham
  • chhennapoda
  • wheel
  • 3.2.0-pre0
  • v3.1.3
  • 3.1.2
  • 3.1.1
  • chamcham-3.1.1
  • 3.1.0
  • ghevar_3.0.2_pre2
  • ghevar_3.0.2
15 results

LoadModels.h

Blame
  • user avatar
    Dilawar Singh authored
    git-subtree-dir: moose-core
    git-subtree-split: fe77059f98c5a6cab2e106f78b7eb505f4f62850
    e6e83b76
    History
    LoadModels.h 539 B
    /**********************************************************************
    ** This program is part of 'MOOSE', the
    ** Messaging Object Oriented Simulation Environment.
    **           Copyright (C) 2003-2009 Upinder S. Bhalla. and NCBS
    ** It is made available under the terms of the
    ** GNU Lesser General Public License version 2.1
    ** See the file COPYING.LIB for the full notice.
    **********************************************************************/
    enum ModelType {
    	UNKNOWN,
    	KKIT,
    	DOTP,
    	SBML,
    	NEUROML,
    	NINEML,
    	SEDML,
    	CSPACE,
    	SWC
    };