summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-11-25 12:41:09 +0530
committerSashi202019-11-25 12:41:09 +0530
commitb867898394684dcb557ff1d3f219eadba05b62f1 (patch)
tree453816f007224cd1767e7c6d8194395ac5639e89
parent9dbd424ee5e720dc743713323eeb5e52d60548ae (diff)
downloadom_flowsheet-b867898394684dcb557ff1d3f219eadba05b62f1.tar.gz
om_flowsheet-b867898394684dcb557ff1d3f219eadba05b62f1.tar.bz2
om_flowsheet-b867898394684dcb557ff1d3f219eadba05b62f1.zip
Add help to download and simulate the library
-rwxr-xr-xrun.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.inc b/run.inc
index c030d02..337f25f 100755
--- a/run.inc
+++ b/run.inc
@@ -44,7 +44,7 @@ function om_flowsheet_run_form($form, &$form_state)
);
$form['selected_flowsheet'] = array(
'#type' => 'item',
- '#markup' => '<div id="ajax_selected_flowsheet">' . l('Download Flowsheet', 'chemical/flowsheeting-project/full-download/project/' . $flowsheet_default_value,array('attributes' => array('title' => 'This is a zip file containing a pdf (abstract) and a mo file which is the OpenModelica flowsheet which is to be viewed by right clicking on the file and opening with OpenModelica.'))) . '</div>'
+ '#markup' => '<div id="ajax_selected_flowsheet">' . l('Download Flowsheet', 'chemical/flowsheeting-project/full-download/project/' . $flowsheet_default_value,array('attributes' => array('title' => 'This is a zip file containing a pdf (abstract) and a mo file which is the OpenModelica flowsheet which is to be viewed by right clicking on the file and opening with OpenModelica.'))) . '</div><hr><p style="color:red;">Note: This flowsheet is compatible with the simulator version mentioned above. To simulate the flowsheet in OpenModelica, it must be opened with the above Simulator version.<br>To download the Simulator, click on the Simulator version mentioned above.</p>'
);
}
return $form;