diff --git a/example/ExampleParc.cxx b/example/ExampleParc.cxx
index 6521969a9fe19efb3049d44ba95aabad75c8ac99..5c9ce58b97f91673df605833f3d9a8f9bcac93fc 100644
--- a/example/ExampleParc.cxx
+++ b/example/ExampleParc.cxx
@@ -47,7 +47,7 @@ int main(int argc, char** argv)
 	gCLASS->SetStockManagement(true);//If false all the IsotopicVector in stocks are mixed together.
 	gCLASS->SetTimeStep(year/4.);	 //the scenario calculation is updated every 3 months
 	cSecond EndOfScenarioTime=2040*year;//Scenario ends in year 2040
-	gCLASS−>SetOutputFileName("ExampleParc.root");	//Set the name of the output file
+	gCLASS->SetOutputFileName("ExampleParc.root");	//Set the name of the output file
 
 	/******DATA BASES**********************************/
 	/*===Decay data base===*/
diff --git a/example/FBR_Example.cxx b/example/FBR_Example.cxx
index 91aa20538ee482bedab969700ca049c8f3a7be69..365cd84b97a5c5555f33fa1001de3b2f711c6730 100644
--- a/example/FBR_Example.cxx
+++ b/example/FBR_Example.cxx
@@ -41,7 +41,7 @@ int main(int argc, char** argv)
 	Scenario *gCLASS=new Scenario(1977*year,Logger);
 	gCLASS->SetStockManagement(true);//If false all the IsotopicVector in stocks are mixed together.
 	gCLASS->SetTimeStep(year/4.);	 //the scenario calculation is updated every 3 months
-	gCLASS−>SetOutputFileName("FBR_Example.root");	//Set the name of the output file
+	gCLASS->SetOutputFileName("FBR_Example.root");	//Set the name of the output file
 
 	/******DATA BASES**********************************/
 	/*===Decay data base===*/
diff --git a/example/Separation.cxx b/example/Separation.cxx
index 99fe6e349bf38f9a6325a405361cac6cacb02df7..83c8589d2a314cd8faabb624032e459aa11835e2 100644
--- a/example/Separation.cxx
+++ b/example/Separation.cxx
@@ -36,7 +36,7 @@ int main(int argc, char** argv)
 	Scenario *gCLASS=new Scenario(1977*year,Logger);
 	gCLASS->SetStockManagement(true);//If false all the IsotopicVector in stocks are mixed together.
 	gCLASS->SetTimeStep(year/4.);//the scenario calculation is updated every 3 months
-	gCLASS−>SetOutputFileName("Separation.root");	//Set the name of the output file
+	gCLASS->SetOutputFileName("Separation.root");	//Set the name of the output file
 
 	/******DATA BASES**********************************/
 	/*===Decay data base===*/
diff --git a/example/SimpleReactor.cxx b/example/SimpleReactor.cxx
index b90fa14fc2d38c5bf176288a482e09bf54718303..8192ece6ec2c1f37f19d6baab496a5ba70a2c0d0 100644
--- a/example/SimpleReactor.cxx
+++ b/example/SimpleReactor.cxx
@@ -35,7 +35,7 @@ int main(int argc, char** argv)
 	Scenario *gCLASS=new Scenario(1977*year,Logger);
 	gCLASS->SetStockManagement(true);//If false all the IsotopicVector in stocks are mixed together.
 	gCLASS->SetTimeStep(year/4.);//the scenario calculation is updated every 3 months
-	gCLASS−>SetOutputFileName("SimpleReactor.root");	//Set the name of the output file
+	gCLASS->SetOutputFileName("SimpleReactor.root");	//Set the name of the output file
 
 	/******DATA BASES**********************************/
 	/*===Decay data base===*/
diff --git a/example/SimpleReactor2.cxx b/example/SimpleReactor2.cxx
index 802ecb6529305680cfaa6764f5e308d55a2c7b48..6dbd9de560860a5c2fc394e3ddd29484f32fb537 100644
--- a/example/SimpleReactor2.cxx
+++ b/example/SimpleReactor2.cxx
@@ -36,7 +36,7 @@ int main(int argc, char** argv)
 	Scenario *gCLASS=new Scenario(1977*year,Logger);
 	gCLASS->SetStockManagement(true);//If false all the IsotopicVector in stocks are mixed together.
 	gCLASS->SetTimeStep(year/4.);//the scenario calculation is updated every 3 months
-	gCLASS−>SetOutputFileName("SimpleReactor2.root");	//Set the name of the output file
+	gCLASS->SetOutputFileName("SimpleReactor2.root");	//Set the name of the output file
 
 	/******DATA BASES**********************************/
 	/*===Decay data base===*/