diff options
author | fahimkhan | 2016-08-22 12:31:40 +0530 |
---|---|---|
committer | fahimkhan | 2016-08-22 12:31:40 +0530 |
commit | 953ddcbb88621b358abd74fc12de5b06a3fc351d (patch) | |
tree | 134913a4c5c90f709627d6de6f2b373af92a38e1 /routes | |
parent | 74ce1f5b744d113cfc7f2c67c8cf22d9950e8a14 (diff) | |
download | Online-NgSpice-Simulator-953ddcbb88621b358abd74fc12de5b06a3fc351d.tar.gz Online-NgSpice-Simulator-953ddcbb88621b358abd74fc12de5b06a3fc351d.tar.bz2 Online-NgSpice-Simulator-953ddcbb88621b358abd74fc12de5b06a3fc351d.zip |
Footer color changed
Diffstat (limited to 'routes')
-rw-r--r-- | routes/routes.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/routes/routes.js b/routes/routes.js index ca07fba..5dbda92 100644 --- a/routes/routes.js +++ b/routes/routes.js @@ -73,7 +73,8 @@ module.exports = function(express,app,fs,os,io,PythonShell,scriptPath){ { //Adding Plot component in a file - sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n print alli > /tmp/plot_alli_'+socketID+'.txt', fileName); + sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n \ + print alli > /tmp/plot_alli_'+socketID+'.txt', fileName); } |