Skip to content

Commit

Permalink
Removed character in Numba Jacobian file causing Docker to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
loftytopping committed Aug 6, 2018
1 parent 6b61ee6 commit 65be3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parse_eqn_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -2984,7 +2984,7 @@ def write_gas_jacobian_numba(filename,equations,num_species,loss_dict,gain_dict,
f.write('# You should have received a copy of the GNU General Public License along with # \n')
f.write('# PyBox. If not, see <http://www.gnu.org/licenses/>. # \n')
f.write('# # \n')
f.write('#§# \n')
f.write('# # \n')
f.write('###################################################################################################### \n')
f.write('# File created at %s \n' % datetime.datetime.now()) # python will convert \n to os.linesep
f.write('\n')
Expand Down

0 comments on commit 65be3ef

Please sign in to comment.