You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ostr4 << " Trying to generate magnetic dipoles for TMS coil defined in table row " << i << " could not find any prototyp normals - using (NX,NY,NZ) from GUI instead! " << std::endl;
429
+
ostr4 << " Trying to generate magnetic dipoles for TMS coil defined in table row " << i+1 << " could not find any prototyp normals - using (NX,NY,NZ) from GUI instead! " << std::endl;
ostr3 << " Electrode sponge/scalp surface could not be found for " << i << ". electrode (after sdf binarization). Make sure that prototype encapsulates scalp." << std::endl;
774
+
ostr3 << " Electrode sponge/scalp surface could not be found for " << i+1 << ". electrode (after sdf binarization). Make sure that prototype encapsulates scalp." << std::endl;
658
775
remark(ostr3.str());
659
776
skip_current_iteration=true;
660
777
continue;/// in that case go to the next electrode -> leave the for loop thats iterating over
if (!final_electrode_sponge_surf_fld || final_electrode_sponge_surf_fld->num_values()<=0 || !final_electrode_sponge_surf_msh || final_electrode_sponge_surf_msh->num_elems()<=0)
673
790
{
674
791
std::ostringstream ostr3;
675
-
ostr3 << " Electrode sponge/scalp surface could not be found for " << i << ". electrode (conversion to constant data storage). Make sure that prototype encapsulates scalp." << std::endl;
792
+
ostr3 << " Electrode sponge/scalp surface could not be found for " << i+1 << ". electrode (conversion to constant data storage). Make sure that prototype encapsulates scalp." << std::endl;
676
793
remark(ostr3.str());
677
794
skip_current_iteration=true;
678
795
continue;/// in that case go to the next electrode -> leave the for loop thats iterating over i
ostr3 << " Electrode sponge/scalp surface could not be found for " << i << ". electrode (conversion to constant data storage). Make sure that prototype encapsulates scalp." << std::endl;
815
+
ostr3 << " Electrode sponge/scalp surface could not be found for " << i+1 << ". electrode (conversion to constant data storage). Make sure that prototype encapsulates scalp." << std::endl;
699
816
remark(ostr3.str());
700
817
skip_current_iteration=true;
701
818
continue;/// in that case go to the next electrode -> leave the for loop thats iterating over i
ostr3 << " Electrode sponge/scalp surface could not be found for " << i << ". electrode (after domainsplit). Make sure that prototype encapsulates scalp." << std::endl;
846
+
ostr3 << " Electrode sponge/scalp surface could not be found for " << i+1 << ". electrode (after domainsplit). Make sure that prototype encapsulates scalp." << std::endl;
730
847
remark(ostr3.str());
731
848
found_elc_surf=false;
732
849
continue;/// in that case go to the next electrode -> leave the for loop thats iterating over i
ostr3 << " Electrode sponge/scalp surface could not be found for " << i << ". electrode (could not find scalp bnd fragment node in scalp fragment). Make sure that prototype encapsulates scalp." << std::endl;
946
+
ostr3 << " Electrode sponge/scalp surface could not be found for " << i+1 << ". electrode (could not find scalp bnd fragment node in scalp fragment). Make sure that prototype encapsulates scalp." << std::endl;
ostr3 << " Electrode sponge/scalp surface could not be found for " << i << ". electrode (could not find scalp bnd fragment node in scalp fragment). Make sure that prototype encapsulates scalp." << std::endl;
955
+
ostr3 << " Electrode sponge/scalp surface could not be found for " << i+1 << ". electrode (could not find scalp bnd fragment node in scalp fragment). Make sure that prototype encapsulates scalp." << std::endl;
ostr3 << " The TMS coil defined in table row " << i << " could not get any valid normal information, found normal contained only zeros (0,0,0). " << std::endl;
1250
+
ostr3 << " The TMS coil defined in table row " << i+1 << " could not get any valid normal information, found normal contained only zeros (0,0,0). " << std::endl;
ostr3 << " The TMS coil defined in table row " << i << " has no normal defined (NX,NY,NZ). Further, no normal could be taken from the linked prototyp field data. " << std::endl;
1302
+
ostr3 << " The TMS coil defined in table row " << i+1 << " has no normal defined (NX,NY,NZ). Further, no normal could be taken from the linked prototyp field data. " << std::endl;
0 commit comments