This commit is contained in:
Eisuke Kawashima
2020-03-14 12:38:28 +09:00
parent fa7085be07
commit 649a8cc01a
401 changed files with 617 additions and 617 deletions

View File

@ -87,7 +87,7 @@ namespace ATC {
break;
}
default:
throw ATC_Error("Uknown time integration type in ThermalTimeIntegrator::Initialize()");
throw ATC_Error("Unknown time integration type in ThermalTimeIntegrator::Initialize()");
}
}
@ -102,7 +102,7 @@ namespace ATC {
break;
}
default:
throw ATC_Error("Uknown time integration type in ThermalTimeIntegrator::Initialize()");
throw ATC_Error("Unknown time integration type in ThermalTimeIntegrator::Initialize()");
}
}
else {
@ -116,7 +116,7 @@ namespace ATC {
break;
}
default:
throw ATC_Error("Uknown time integration type in ThermalTimeIntegrator::Initialize()");
throw ATC_Error("Unknown time integration type in ThermalTimeIntegrator::Initialize()");
}
}
}