diff --git a/common b/common
index 1d057a42688bd9d78885f61dd52b4bd3cb6495b1..e004f0094d298cdcd902e0eced82f4607c7c59d5 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 1d057a42688bd9d78885f61dd52b4bd3cb6495b1
+Subproject commit e004f0094d298cdcd902e0eced82f4607c7c59d5
diff --git a/sensitivityAnalysis/README.md b/sensitivityAnalysis/README.md
index 1a1a3d20ca5d05bef76de6d83ba2676ba3269d46..b24940c979c21677e3aa2f254b9753c61c978c7a 100644
--- a/sensitivityAnalysis/README.md
+++ b/sensitivityAnalysis/README.md
@@ -8,19 +8,19 @@ Before diving into the details, it's important to understand when this tool is t
 
 `mainSensitivity.m` calls various scripts and functions, but there are two important files from which everything starts. The first one is the config file, which is not actually run because every config file in the toolkit acts as an object, of class Settings, which takes the name of the used toolkit. Then we have the `sensitivityStochRun.m` which recalls some important functions which are frequently called by each toolkit and also some custom functions for the sensitivity only.
 
-| simulations | post process functions | characteristics |
-|----------|----------|-----------|
-| stdAscent | postprocessAscent | this function post processes the results obtained from the stdAscent simulation
-| stdDescent | postprocessDescentPara | this function porst processes the results obtained from the ballistic descent simulation
-| stdDescentBal | postprocessDescentBall | on the other hand this function post processes the nominal parachute descent
-| stdStability | postprocessStability| this function analyzes the results of stability analysis during flight
-| | postprocessLaunchMode* | this function post processes the entire flight
-
-
-| ODE functions |
-|------|
-| ballistic |
-| descent |
+| simulations   | post process functions | characteristics                                                                          |
+| ------------- | ---------------------- | ---------------------------------------------------------------------------------------- |
+| stdAscent     | postprocessAscent      | this function post processes the results obtained from the stdAscent simulation          |
+| stdDescent    | postprocessDescentPara | this function porst processes the results obtained from the ballistic descent simulation |
+| stdDescentBal | postprocessDescentBall | on the other hand this function post processes the nominal parachute descent             |
+| stdStability  | postprocessStability   | this function analyzes the results of stability analysis during flight                   |
+|               | postprocessLaunchMode* | this function post processes the entire flight                                           |
+
+
+| ODE functions   |
+| --------------- |
+| ballistic       |
+| descent         |
 | descentParafoil |
 
 There are also some many others functions which are called from the script, including *Dissile Matcom* and some other functions which perform *interpolations*, in addiction to some specific funciton for *geoplots*.
@@ -165,5 +165,3 @@ In this section an example of execution will be provided to get familiar with th
 The system generates plots to represent the impact of parameter variations:
 - **Sensitivity Plot**:  shows the effect of each parameter on the final result. In particular, the plot you'd get is a map of the launch site in which all the elements of the simulations are shown together with 2 ellipses. The ellipses indicate the level of confidence of the simulations, which can be 65% or 90%. The more the elements fall back into the 90%-ellipse we are "more confident" that the variation of data, due to randomness, is limited.
 - **Distributions**:  histograms or density curves are used to compare simulated data. In more detail, you'd get histograms in which the distribution of probability of a certain altitude for apogee, for example, is depicted. 
-
-### Example of plots
\ No newline at end of file