Skip to content

Commit 0ee20b3

Browse files
hraniHarshaRani
and
HarshaRani
authored
color are now hex colors (#403)
* writeSBML: channel's annotation is cleaned up and channel's are written in MMenz form,readSBML:Enzyme-cplx connection of reactant/product's are done based on stoichiometry number and reading back channel from MMenz, connected input pool with msg as 'in' and output pool msg as 'out' * rgba color converted to hex color Co-authored-by: HarshaRani <hrani@ncbs.res.in>
1 parent d845fec commit 0ee20b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/moose/chemUtil/chemConnectUtil.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def colorCheck(fc_bgcolor):
8989
hexlist ="#"
9090
for n in fc_bgcolor:
9191
if c < 3:
92-
#hexlist = hexlist+str("%02x" % int(n))
92+
hexlist = hexlist+str("%02x" % int(n))
9393
c = c+1;
9494
fc_bgcolor = hexlist
9595
return(fc_bgcolor)

0 commit comments

Comments
 (0)