Skip to content

Commit

Permalink
Merge 9f16851 into 90dac32
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispbradley committed Feb 17, 2018
2 parents 90dac32 + 9f16851 commit 42ed988
Show file tree
Hide file tree
Showing 33 changed files with 12,528 additions and 2,269 deletions.
4 changes: 3 additions & 1 deletion cmake/Sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ set(IRON_HEADERS
external_dae_solver_routines.h
FieldExport.h
FieldExportConstants.h
macros.h
dllexport.h
)
set(IRON_Fortran_SRC
advection_diffusion_equation_routines.f90
Expand Down Expand Up @@ -152,4 +154,4 @@ foreach(varname ${FIXPATH_VARS})
endforeach()

# Set combined sources variable
set(IRON_SRC ${IRON_C_SRC} ${IRON_Fortran_SRC})
set(IRON_SRC ${IRON_C_SRC} ${IRON_Fortran_SRC})
3 changes: 3 additions & 0 deletions doc/latex/texTextPreamble.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
\input{/data/OpenCMISS/cm/doc/latex/macros}
\input{/data/OpenCMISS/cm/doc/latex/defns}
\input{/data/OpenCMISS/cm/doc/latex/abbreviations}

0 comments on commit 42ed988

Please sign in to comment.