mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
minor cleanup
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
\red128\green128\blue128;\red192\green192\blue192;}{\stylesheet{\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 Normal;}{\*\cs10 \additive \ssemihidden
|
||||
Default Paragraph Font;}{\*\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tscellwidthfts0\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv
|
||||
\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs20\lang1024\langfe1024\cgrid\langnp1024\langfenp1024 \snext11 \ssemihidden Normal Table;}}{\*\latentstyles\lsdstimax156\lsdlockeddef0}{\*\rsidtbl \rsid602915\rsid8664322}
|
||||
{\*\generator Microsoft Word 11.0.5604;}{\info{\title Copyright (c) 2001-2004, California Institute of Technology}{\author Dave Goodwin}{\operator Dave Goodwin}{\creatim\yr2004\mo12\dy12\hr16\min15}{\revtim\yr2004\mo12\dy12\hr16\min15}{\version2}
|
||||
{\*\generator Microsoft Word 11.0.5604;}{\info{\title Copyright (c) 2001-2006, California Institute of Technology}{\author Dave Goodwin}{\operator Dave Goodwin}{\creatim\yr2004\mo12\dy12\hr16\min15}{\revtim\yr2004\mo12\dy12\hr16\min15}{\version2}
|
||||
{\edmins3}{\nofpages1}{\nofwords228}{\nofchars1300}{\*\company Caltech}{\nofcharsws1525}{\vern24689}}\margl1318\margr1318 \widowctrl\ftnbj\aenddoc\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\hyphcaps0\horzdoc\dghspace120\dgvspace120
|
||||
\dghorigin1701\dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale100\nolnhtadjtbl\rsidroot8664322 \fet0\sectd \linex0\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2
|
||||
\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6
|
||||
\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang
|
||||
{\pntxtb (}{\pntxta )}}\pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid602915 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid8664322\charrsid602915
|
||||
\par }{\insrsid2033138\charrsid602915 Copyright (c) 2001-2004, California Institute of Technology}{\insrsid602915 . }{\insrsid2033138\charrsid602915 All rights reserved.}{\insrsid2033138
|
||||
\par }{\insrsid2033138\charrsid602915 Copyright (c) 2001-2006, California Institute of Technology}{\insrsid602915 . }{\insrsid2033138\charrsid602915 All rights reserved.}{\insrsid2033138
|
||||
\par }{\insrsid602915\charrsid602915
|
||||
\par }{\insrsid2033138\charrsid602915 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
\par
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#define IEEE_MC68k
|
||||
#define Arith_Kind_ASL 2
|
||||
#define IEEE_8087
|
||||
#define Arith_Kind_ASL 1
|
||||
#define Double_Align
|
||||
#define NANCHECK
|
||||
|
||||
@@ -254,7 +254,7 @@ USE_SUNDIALS=${USE_SUNDIALS:='default'}
|
||||
# This is where you installed sundials if you used the --prefix option
|
||||
# when you configured sundials. If you didn't use the prefix option,
|
||||
# then comment this line out.
|
||||
#SUNDIALS_HOME=${SUNDIALS_HOME:=$HOME/sundials}
|
||||
SUNDIALS_HOME=${SUNDIALS_HOME:=$HOME/dv/sf/sundials-inst}
|
||||
|
||||
# It is recommended that you install the newest release of sundials
|
||||
# (currently 2.3.0) before building Cantera. But if you want to use an
|
||||
|
||||
@@ -73,6 +73,7 @@ typedef int ftnlen; // Fortran hidden string length type
|
||||
#define WINMSVC
|
||||
|
||||
#define HAS_SUNDIALS 1
|
||||
#define SUNDIALS_VERSION_23
|
||||
|
||||
//--------- Fonts for reaction path diagrams ----------------------
|
||||
#define RXNPATH_FONT "Helvetica"
|
||||
|
||||
Reference in New Issue
Block a user