diff --git a/tracy/tools/soltracy.cc b/tracy/tools/soltracy.cc
index e0f738f0b6d7fd244bfc85dc9ced7e32f183fdbf..8160f744ed401f0bdba322d043ad5c93702f5ba6 100644
--- a/tracy/tools/soltracy.cc
+++ b/tracy/tools/soltracy.cc
@@ -19,7 +19,7 @@ extern bool freq_map;
   #include <mpi.h>
 #endif
 
-  #include "tracy_lib.h"
+#include "tracy_lib.h"
 
 
 //***************************************************************************************
@@ -543,7 +543,7 @@ int main(int argc, char *argv[]) {
 	     UserCommandFlag[i]._FmapdpFlag_emax, 
 	     UserCommandFlag[i]._FmapdpFlag_z,
 	     UserCommandFlag[i]._FmapdpFlag_diffusion,
-         UserCommandFlag[i]._FmapFlag_printloss
+         UserCommandFlag[i]._FmapFlag_printloss,
          numprocs,myid);
 
     //Synchronize all cores, till all cores finish fmap of different region,then all cores will proceed.