Skip to content

Commit

Permalink
User Manual corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
MathCancer committed Aug 1, 2018
1 parent b9683aa commit 8f6091d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified documentation/User_Guide.pdf
Binary file not shown.
Binary file modified documentation/User_Guide.synctex.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions documentation/User_Guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,9 @@ \section{Overall codebase structure \DONE}
\smallcode{output} Some examples will put their outputs here.
\item
\smallcode{povray} This includes some basic utilities for visualization by povray (an open source raytracing package) \cite{ref:povray}.
\item
\smallcode{template\_projects} This directory once stored template projects for 2D and 3D. These have been
moved to the sample projects as of Version 1.2.2. This directory will be deprecated.
% \item
% \smallcode{template\_projects} This directory once stored template projects for 2D and 3D. These have been
% moved to the sample projects as of Version 1.2.2. This directory will be deprecated.
\item
\smallcode{sample\_projects} This directory includes sample projects, including 2D and 3D template projects
and at least the four sample projects in \cite{ref:PhysiCell}. A good start to a new
Expand Down Expand Up @@ -3625,7 +3625,7 @@ \subsection{Mechanics \DONE}
void set_relative_maximum_adhesion_distance( double new_value );
void set_relative_equilibrium_distance( double new_value );
void set_absolute_equilibrium_distance( Phenotype\& phenotype, double new_value );
void set_absolute_equilibrium_distance( Phenotype& phenotype, double new_value );
Mechanics();
};
Expand Down

0 comments on commit 8f6091d

Please sign in to comment.