Skip to content

Commit

Permalink
Merge branch 'master' into field_upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan authored Feb 13, 2024
2 parents 8e8727b + b3b279d commit 10d21b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![pipeline status](https://gitlab.cern.ch/rest-for-physics/axionlib/badges/master/pipeline.svg)](https://gitlab.cern.ch/rest-for-physics/axionlib/-/commits/master)
[![website](https://img.shields.io/badge/user-guide-E8B6FF.svg)](https://rest-for-physics.github.io)
[![api](https://img.shields.io/badge/user-API-FFCA78.svg)](https://sultan.unizar.es/rest/)
[![forum](https://img.shields.io/badge/user-forum-AAFF90.svg)](https://rest-forum.unizar.es/)
Expand Down
2 changes: 1 addition & 1 deletion data
2 changes: 1 addition & 1 deletion inc/TRestAxionField.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class TRestAxionField : public TObject {
/// It assigns a gas buffer medium to the calculation
void AssignBufferGas(TRestAxionBufferGas* buffGas) { fBufferGas = buffGas; }

/// It assigns a gas buffer medium to the calculation
/// It assigns a magnetic field to the calculation
void AssignMagneticField(TRestAxionMagneticField* mField) { fMagneticField = mField; }

/// It assigns a gas buffer medium to the calculation
Expand Down

0 comments on commit 10d21b3

Please sign in to comment.