Skip to content
Snippets Groups Projects
Commit 3507601a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm non-standard semicolon

parent 7c0e2cef
No related branches found
No related tags found
1 merge request!465minor corrections, while cleaning up old edit scripts
......@@ -31,7 +31,7 @@ namespace mumufit::internal {
//! Reports results of minimization in the form of multi-line string
std::string reportToString(const MinimizerAdapter& minimizer);
}; // namespace mumufit::internal
} // namespace mumufit::internal
#endif // BORNAGAIN_FIT_ADAPTER_REPORT_H
#endif // USER_API
......@@ -28,6 +28,6 @@ void updateAxesTitle(Data1DViewItem* view_item);
std::unique_ptr<OutputData<double>> getTranslatedData(Data1DViewItem* view_item,
DataItem* data_item);
}; // namespace GUI::Model::DataViewUtils
} // namespace GUI::Model::DataViewUtils
#endif // BORNAGAIN_GUI_MODEL_DATA_DATAVIEWUTILS_H
......@@ -38,6 +38,6 @@ QStringList getFitParameterNames(FitParameterContainerItem* container);
QString getParameterItemPath(const ParameterItem* parameterItem);
ParameterItem* getParameterItem(FitParameterContainerItem* container, const QString& link);
}; // namespace FitParameterHelper
} // namespace FitParameterHelper
#endif // BORNAGAIN_GUI_MODEL_FIT_FITPARAMETERHELPER_H
......@@ -37,6 +37,6 @@ template <typename ItemType> ItemType* CreateItem(SessionItem* parent)
}
}; // namespace GUI::Model::ItemFactory
} // namespace GUI::Model::ItemFactory
#endif // BORNAGAIN_GUI_MODEL_GROUP_ITEMFACTORY_H
......@@ -31,6 +31,6 @@ namespace GUI::Model::DomainSimulationBuilder {
std::unique_ptr<ISimulation> createSimulation(const MultiLayerItem* sampleItem,
const InstrumentItem* instrumentItem,
const SimulationOptionsItem* optionsItem = nullptr);
}; // namespace GUI::Model::DomainSimulationBuilder
} // namespace GUI::Model::DomainSimulationBuilder
#endif // BORNAGAIN_GUI_MODEL_TO_DOMAINSIMULATIONBUILDER_H
......@@ -42,6 +42,6 @@ std::unique_ptr<OutputData<double>> Import2dData(const QString& fileName,
//! (or null if none selected).
QString Import1dData(RealDataItem* realDataItem, const AbstractDataLoader* selectedLoader);
}; // namespace GUI::View::ImportDataUtils
} // namespace GUI::View::ImportDataUtils
#endif // BORNAGAIN_GUI_VIEW_IMPORT_IMPORTDATAUTILS_H
......@@ -32,6 +32,6 @@ QString name(JobViewActivity activity);
QVector<JobViewFlags::Dock> activeDocks(JobViewActivity activity);
}; // namespace JobViewActivities
} // namespace JobViewActivities
#endif // BORNAGAIN_GUI_VIEW_JOB_JOBVIEWACTIVITIES_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment