accord variable names and functions with julia programming style

issue#70
Houtan Bastani 2015-07-24 11:35:23 +02:00
parent 432dbbb785
commit 5c59910001
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ ModFile::writeExternalFilesJulia(const string &basename, FileOutputType output)
<< "using Utils" << endl
<< "export dynamicmodel!, staticmodel!, steadystate!" << endl
<< "export model__" << endl
<< "model__ = Model()" << endl
<< "model__ = model()" << endl
<< "model__.fname = \"" << basename << "\"" << endl;
symbol_table.writeJuliaOutput(jlOutputFile);